Hi... i am using SAP crystal report in my project but i am very interested in your reporting tool.Small query is how can i align in your reporting tool as header and grouping and all.I am sending the pdf format so that i want exactly the same thing.please help to solve this by sending an sample application.
Hello Stefan,
I have downloaded the trail version. Could you provide me with the example project where the report is generated by code?
Those *.igr designers are nice but I need pure code-base solution. I tried to use class Reporting and Section, but I could not locate anything else except EmbeddedVisualReportSection. I need some type that derives from ReportSection that could be the parent for Table. It would be great if I could create table as there exists in Report1.igr file (I do not need bindings).
The second question is: how to do pdf export by code. There is pdf export in the interface for preview but in Report.Export() function there is only one value of the enum OutputFormat.XPS
Hello Lukas,
The classes you are using can only be used to make a report of a visual section of the application and is not very customizable. The sample I attached in my post uses our NetAdvantage Reporting product, which is a separate product for creating reports. Here you can read more about this product:
http://es.infragistics.com/products/reporting/
and download a trial version.
Hope this helps you.
Hello, I was following this thread and I have a question about a bit older version of infragistic framework. I need to generate the report on code-side. While I was reading the example I have discovered that there is no Property DesignTimeSettings, PageSettings and I have no PageHeaderSection class, and I can not add report.Sections.Add(new Section(new Table())); because Sections accept only types derived from ReportSection.
the only class I can use is EmbeddedVisualReportSection, but with it I do not know how to control margins, alignment and how to split a table (that I tried to do by Grid component) through the consecutive pages.
I have little older version of infragistics library, from 2009. Do you think that this can be the issue and the example you have given has to application in this case?
All the previous classes and components had the same structure, as I was following documentation and forum. Is printing the component that have changed a lot?
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used the Reporting product and customize it to look like you want. In order to run the sample you just need to edit the connection string in the app.config file as per your SQL settings and restore the Northwind DB, which is included in the archive. Also here you can find more information how to use our Reporting tool:
http://help.infragistics.com/NetAdvantage/reporting/2012.1/CLR4.0
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.