I'm playing along with TelerikReporting-LearningGuide.pdf.
I've created a class library and am trying to create the Report Viewer app.
It's a Windows Forms app; I had to change from targeting .NET 4 Client to .NET 4 for the Telerik Reporting Q1 2013 controls to display in the Toolbox (I first tried using a Visual-Studio native ReportViewer control, as the tutorial simply says "ReportViewer," and doesn't specify that it means the Telerik ReportViewer.
I added the class library I created previously in the tutorial to my project References.
Anyway, I drop the Telerik ReportViewer on a form, and locate its Report.ReportSource property. It invokes the "Load a Report From ..." dialog that gives me options of URL or file, Type name, Object instance, or XML markup. I tried both "URL or file" and "Type name" but neither of them want to accept the .dll that I already added as a reference.
Of course, that makes sense, because it doesn't make sense I would have to add the class library/.DLL as a project reference AND then choose it as the report. But what *am* I supposed to choose? I searched my hard drive for *.tr* in Windows Explorer, and the only "trdx" files it finds are 9 that come with the Telerik download.
The tutorial is a little long in the tooth (2008), but I couldn't find an updated version of it. Am I missing something because the process has changed, or...???
I've created a class library and am trying to create the Report Viewer app.
It's a Windows Forms app; I had to change from targeting .NET 4 Client to .NET 4 for the Telerik Reporting Q1 2013 controls to display in the Toolbox (I first tried using a Visual-Studio native ReportViewer control, as the tutorial simply says "ReportViewer," and doesn't specify that it means the Telerik ReportViewer.
I added the class library I created previously in the tutorial to my project References.
Anyway, I drop the Telerik ReportViewer on a form, and locate its Report.ReportSource property. It invokes the "Load a Report From ..." dialog that gives me options of URL or file, Type name, Object instance, or XML markup. I tried both "URL or file" and "Type name" but neither of them want to accept the .dll that I already added as a reference.
Of course, that makes sense, because it doesn't make sense I would have to add the class library/.DLL as a project reference AND then choose it as the report. But what *am* I supposed to choose? I searched my hard drive for *.tr* in Windows Explorer, and the only "trdx" files it finds are 9 that come with the Telerik download.
The tutorial is a little long in the tooth (2008), but I couldn't find an updated version of it. Am I missing something because the process has changed, or...???