Telerik Forums
Reporting Forum
0 answers
73 views
Hi,
i am getting the error x axis, min axis range value cannot be greater than max axis range  value.
Kindly, provide me the solution to solve this issue.
Gunasekar
Top achievements
Rank 1
 asked on 02 Jul 2012
4 answers
1.8K+ views
Hi,

Is there a way to open a report.trdx (made in the new designer) in the ReportViewer? I want to do this in code.

Regards,
Hans
Steve
Telerik team
 answered on 02 Jul 2012
0 answers
53 views
Set the columns and rows code behide, and fill each cell in my code.
Li
Top achievements
Rank 1
 asked on 02 Jul 2012
1 answer
315 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
252 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
98 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
96 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
300 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
629 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
204 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
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?