Trial Version and Subreports
Posted: Wed Sep 10, 2008 11:20 am
My application is not a Master/Detail type of application.
I simply need to create a master report with a blank page other than the header and add subreports wich have different layouts and tables to this master report. These subreports need to display the same page header as the master report. I do not need to set references between the master and the subreports. All data will be given to the subreports at runtime using regdata(xxx,xxx) .
Reading the forums I see that the new Engine V2 has better support for subreports.
The trial version that I downloaded is dated march 2008, which does not allow you to set EngineV2 on the report designer properties.
For what I understand on reading the posts, I need to download a recent prerelease so that I can test the subreports functions.
Basically I create a master report with a page header. Then on Code I add subreports with master.Subreports.Add and it seems to work
but it does not show the same headers from the master report.
I also tried the other approach, which is to create a subreport component from the master report and add the EventHandler to the master report to feed it subreports.
That also does not show anything, just blank pages. In reading the documentation I am supposed to use the UseExternalReport to true and leave the ReportPage to null (Not assigned).
So my next thing to do was to download a recent prerelease and now nothing works. I cannot even start the Visual Studio 2005 designer. I get a "Unable to cast stireport object to stireport ....." Message.
I used the installation tool to register into the GAC, unregister from the GAC. I also removed references on the project and added references from the new downloaded folder.
Basically, I need to know:
Can I download the prerelease on top of the trial version and just exactly how do I update the binaries ?
Will the new V2 Engine allow me to use the same page header of the master report on all its subreports ?
Thanks for a wonderful product and I really hope I can get this to work so that I can buy the development license.
I simply need to create a master report with a blank page other than the header and add subreports wich have different layouts and tables to this master report. These subreports need to display the same page header as the master report. I do not need to set references between the master and the subreports. All data will be given to the subreports at runtime using regdata(xxx,xxx) .
Reading the forums I see that the new Engine V2 has better support for subreports.
The trial version that I downloaded is dated march 2008, which does not allow you to set EngineV2 on the report designer properties.
For what I understand on reading the posts, I need to download a recent prerelease so that I can test the subreports functions.
Basically I create a master report with a page header. Then on Code I add subreports with master.Subreports.Add and it seems to work
but it does not show the same headers from the master report.
I also tried the other approach, which is to create a subreport component from the master report and add the EventHandler to the master report to feed it subreports.
That also does not show anything, just blank pages. In reading the documentation I am supposed to use the UseExternalReport to true and leave the ReportPage to null (Not assigned).
So my next thing to do was to download a recent prerelease and now nothing works. I cannot even start the Visual Studio 2005 designer. I get a "Unable to cast stireport object to stireport ....." Message.
I used the installation tool to register into the GAC, unregister from the GAC. I also removed references on the project and added references from the new downloaded folder.
Basically, I need to know:
Can I download the prerelease on top of the trial version and just exactly how do I update the binaries ?
Will the new V2 Engine allow me to use the same page header of the master report on all its subreports ?
Thanks for a wonderful product and I really hope I can get this to work so that I can buy the development license.