Telerik Forums
Reporting Forum
1 answer
261 views
Hello,
I have many reports that have the same header and footer. In addition, the header must be bound to specified data.
I've tried to create a subreport with the header, but it can't be placed in the header part of the main report.
I've tried to define a base report with the header and footer and to inherited from this class in the main report, that defines the content. Unfortunately, only the header and footer are displayed, not the report content.
I'm out of ideas, does someone has a solution?
Thanks in advance.
Patrick
Hadib Ahmabi
Top achievements
Rank 1
 answered on 02 Jul 2012
3 answers
227 views
Hi,
I have a page where i have to load a list of reports, when i click on a button i go to the next report and change the datasource from the viewer but when the postback returns the page shows the reportviewer toolbar on the center of the page, and I have to click the refreshbutton to show the report correctly.
Here is an example of my code

Protected Sub rToolBarMain_ButtonClick(sender As Object, e As Telerik.Web.UI.RadToolBarEventArgs) Handles rToolBarMain.ButtonClick
        Dim button As RadToolBarButton = e.Item
        Select Case button.CommandName
            Case "NextRep"
                If selectedIDs.Count > 0 Then
                    'Selecting next item of the list
                    Dim id1 As Integer
                    id1 = selectedIDs(nextIndex)
                    If id1 > 0 Then                        
                        fvrID = id1
                        nextIndex += 1
                        If nextIndex >= selectedIDs.Count Then
                            nextIndex = 0
                        End If                                             
                        Dim dt As New DataTable                        
dt = GetReportDT(fvrid)

                        If dt.Rows.Count > 0 Then  
                            Dim report As New RepTest()
                            report.DataSource = dt
                            report.Report.DataSource = dt
                            ReportViewer1.Report = report
                        End If
                        ReportViewer1.RefreshReport()
                    End If
                End If
        End Select
Javier
Top achievements
Rank 1
 answered on 30 Jun 2012
0 answers
84 views
Had this problem.  I had to right click on the toolbox and select "Reset Toolbox" option and everything straightened itself out fine.

Jack Voss
Top achievements
Rank 1
 asked on 29 Jun 2012
1 answer
82 views
Hi,
in my chart y axis value is been displayed in the righthand side of my chart instead of lefthand side.
i have briefed it in the attachment.
Steve
Telerik team
 answered on 28 Jun 2012
1 answer
273 views
I am wondering if it is possible to build a report that contains 1 parameter where the user can select a column name, and 1 parameter where they enter a value.  Below is an example of a report query that would be used in this scenario:

select Name, City, State
from Customers
where @field = @value

Then if the following is selected for the parameters...

@field = City
@value = Boston

the report would return all customers where City = 'Boston'.  I understand that I can create separate parameters for each individual field, but in my actual scenario I am dealing with a much larger number of fields (20+), and am looking for a simpler solution where they can just select a column name from a dropdown.

So is it possible to use this type of parameter in a Telerik report?


Peter
Telerik team
 answered on 28 Jun 2012
3 answers
571 views
I have been looking for a list of what the system scopes are.  As an example, I want to be able to know what the first line of a new page's detail.  
Thanks
Steve
Telerik team
 answered on 28 Jun 2012
3 answers
168 views

Hi,

   I am creating report using cross tab wizard and it displays the report in ReportViewer, while displaying the report the border for the report is not displaying in internet explorer. Please help and let me know any idea how to achieve this if possible.


Thanks,
Nisha 

Steve
Telerik team
 answered on 28 Jun 2012
2 answers
85 views
Hey guys, after converting my class library Reporting project to Q2 2011 I am getting this error on many of my older reports... Invalid cast from 'System.Windows.Forms.AnchorStyles' to 'Telerik.Reporting.AnchoringStyles'. Has anyone else encountered this before? Any thoughts, suggestions are greatly appreciated
x
Top achievements
Rank 1
 answered on 27 Jun 2012
2 answers
193 views
Hey All,

I have a number of services hosted on a different domain referenced properly in the code behind and in the app config. I am positive that the contract names are correct in the app config and that the end points as serving valid wsdl files yet I am still getting an error saying that the endpoint contract can't be found or I dont have an app config. Please assist, I am at my wits end!

-Jake
Jake
Top achievements
Rank 1
 answered on 27 Jun 2012
2 answers
270 views
I have a crosstab that may be 2 columns or 20 columns and all rows and columns are set to canshrink and cangrow.  How can I display the crosstab so it is always centered within detailscection1? A 3 inch square crosstab looks looks quite odd left aligned in landscape.   If I center it, it seems to only grow to the right, causing it to page break for 1/2 the columns, while the left 1/2 of detail section is blank.
Pavel
Top achievements
Rank 1
 answered on 27 Jun 2012
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?