Page 1 of 1

creating a catalog and questions

Posted: Thu May 01, 2008 9:08 am
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

creating a catalog and questions

Posted: Thu May 01, 2008 5:16 pm
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.