creating a catalog and questions

Stimulsoft Reports.NET discussion
Post Reply
Kevin Ison
Posts: 1
Joined: Thu May 01, 2008 8:53 am
Location: Grand Rapids,MI

creating a catalog and questions

Post by Kevin Ison »

Hi,

Does anyone know if you can create a catalog with this control? The catalog would have one or 2 fixed pages and then the 3rd to the nth page would have to be created dynamically with variable content.

If you can do this, is there a sample project that can be studied?

Also, I notice when I create a project and drop the report control on the form and go into design mode, i can make a report and put in code... however the code (cs file) doesnt show up in the solution. Where is this information stored if not in the project folder?


Thanks,
Kevin
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

creating a catalog and questions

Post by Vital »

Hello,
Does anyone know if you can create a catalog with this control? The catalog would have one or 2 fixed pages and then the 3rd to the nth page would have to be created dynamically with variable content.

If you can do this, is there a sample project that can be studied?
If i right understand your requirements you can check report "Anchors" from category "Navigation" in Demo application.
Also, I notice when I create a project and drop the report control on the form and go into design mode, i can make a report and put in code... however the code (cs file) doesnt show up in the solution. Where is this information stored if not in the project folder?
You can change code of report only in report designer.

Thank you.
Post Reply