Hi,
I'm new to Telerik Reporting (Q2 2013 SP1) in ASP.NET. I have only been playing with it for a week or so and I have read the documentation but i can't find the answers to some basic questions.
1. The biggest question is: When building a Report Item, Visual Studio shows a Report.cs and a Report.Designer.cs. The wizard puts everything in the Designer.cs (I would have thought some of it if not all to be in the Report.cs) so what goes in Report.cs? What type of things can I put there or does that Report.cs file stay as is? (sorry if stupid question).
2. I'm interested in creating my own UI (date pickers, checkboxes etc..) and then hitting a button to trigger a report in the ReportViewer. I saw this link that i can bind a datatable to the report which I would like to do. My stumbling block is, in order to build a report, I already have to have the ObjectDatSource predefined in order to design the report so what happens to that ObjectDataSource when I bind another datatable to the report when the existing ObjectDatSource in the report is pointing to a different function? Do i remove it from the Designer after the report is created?
Thanks!
Shane
I'm new to Telerik Reporting (Q2 2013 SP1) in ASP.NET. I have only been playing with it for a week or so and I have read the documentation but i can't find the answers to some basic questions.
1. The biggest question is: When building a Report Item, Visual Studio shows a Report.cs and a Report.Designer.cs. The wizard puts everything in the Designer.cs (I would have thought some of it if not all to be in the Report.cs) so what goes in Report.cs? What type of things can I put there or does that Report.cs file stay as is? (sorry if stupid question).
2. I'm interested in creating my own UI (date pickers, checkboxes etc..) and then hitting a button to trigger a report in the ReportViewer. I saw this link that i can bind a datatable to the report which I would like to do. My stumbling block is, in order to build a report, I already have to have the ObjectDatSource predefined in order to design the report so what happens to that ObjectDataSource when I bind another datatable to the report when the existing ObjectDatSource in the report is pointing to a different function? Do i remove it from the Designer after the report is created?
Thanks!
Shane