Telerik Forums
Reporting Forum
3 answers
260 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
101 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
100 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
315 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
648 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
213 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
123 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
222 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
339 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
2 answers
127 views
HI everyone

I compiled my application on  development server and it works, but when I transfer it to a Windows Web 2008 machine with IIS7 the report just gives me a "submit query" text everyone and the report doesn't display.

I have the following handler in the system.webserver of the web.config
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.0.12.302, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" />

Any ideas?
Jako
Top achievements
Rank 1
 answered on 26 Jun 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?