Dear Stimulsoft - Team,
i tried to change the properties of my .mrt.
The properties "reportName" and "description" have to be changed dynamically.
I need access to these two properties on runtime to set them while rendering the report.
Best Regards,
Ipad
How to change properties of .mrt while rendering
How to change properties of .mrt while rendering
Hello.
Thank you.
Please, try to use next code:Ipad wrote:i tried to change the properties of my .mrt.
The properties "reportName" and "description" have to be changed dynamically.
I need access to these two properties on runtime to set them while rendering the report.
Code: Select all
rep.ReportName = "Your name";
rep.ReportDescription = "Your Description";