In the examples that are installed, the ReportViewer.aspx file has a ReportName variable in the URL. For example:
http://localhost/Telerik/Reporting1.0/examples/vb/webdemo/ReportViewer.aspx?ReportName=GroupReport%2c+VB.ReportLibrary%2c+Version%3d1.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3dnull
How do you come up with the value for the ReportName variable? In my solution, I have a report filename (w/ the same classname) called BudgetsByRegion.vb in my App_Code directory. What would the ReportName value be in my situation?
Chris
http://localhost/Telerik/Reporting1.0/examples/vb/webdemo/ReportViewer.aspx?ReportName=GroupReport%2c+VB.ReportLibrary%2c+Version%3d1.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3dnull
How do you come up with the value for the ReportName variable? In my solution, I have a report filename (w/ the same classname) called BudgetsByRegion.vb in my App_Code directory. What would the ReportName value be in my situation?
Chris