Collapsing in REPORTS
Posted: Mon Mar 31, 2014 6:45 pm
Hello
I have a very strange issue with COLLAPSING feature in [ STIMULSOFT WPF ]
I am running on V 2013.1.1600.0 .
Issue : I have a master detail report and because of the size of the reports in view mode I am using collapsing feature in report.
I save the report in database as some string value and use the string in one of the database entry feild.
EXample :
string _SaveCustomRpt = _Report.SavePackedDocumentToString();
Once the report is saved looks like I am loosing the access to collapsing feature which is not good and it is very critical in my case.
Once the report is saved in database than I load the report as :
string _ReportString = _GetCurrentReport.reportmrt;
_Report.LoadPackedDocumentFromString(_ReportString);
Please help me it is very critical issue.
Can you let me know is it something to do with the version I am using or some simple code I can use while loading the report.
Thanks
MADHUKAR
I have a very strange issue with COLLAPSING feature in [ STIMULSOFT WPF ]
I am running on V 2013.1.1600.0 .
Issue : I have a master detail report and because of the size of the reports in view mode I am using collapsing feature in report.
I save the report in database as some string value and use the string in one of the database entry feild.
EXample :
string _SaveCustomRpt = _Report.SavePackedDocumentToString();
Once the report is saved looks like I am loosing the access to collapsing feature which is not good and it is very critical in my case.
Once the report is saved in database than I load the report as :
string _ReportString = _GetCurrentReport.reportmrt;
_Report.LoadPackedDocumentFromString(_ReportString);
Please help me it is very critical issue.
Can you let me know is it something to do with the version I am using or some simple code I can use while loading the report.
Thanks
MADHUKAR