BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response |
Is there any kind of Reporting library to generate RDL / RDLC reports programmaticallyand extend that class? For example Syncfusion.Reporting.Report or something similiar? We know about the designer but we needto find away for the second question. |
Yes, we have “ReportDefinition” class to edit the RDL/RDLC report template by de-serializing the xml file in code behind. Please refer the following Knowledgebase for editing the report in code behind.
You can create a default report template with “Header” and “Footer” report item. The report template can be modified and passed to reportviewer based on your requirement at code behind as mentioned in the above knowledgebase. |
Is there any option to create like a main report and then add the content programmatically for a specific "subreport" block? For example we need to have let's say 50 reports and we would like to have a standard header and footer, this way if we need to edit that header / footer we just have to do it on the main report and avoid editing 50 reports for each update that we do. | |
And last question is, what's the advantage of using the Report Platform SDK? Is there something that could help us answering the first question? |
The Syncfusion Report Platform SDK is a complete solution for enterprise reporting. It includes a ReportViewer control that can be embedded within your application, also it includes a ReportWriter control for exporting process. It provides support for a variety of platforms for using our reporting control. Please refer the below UG documentation for more details.
|