change my report name
Posted: Sun Jun 09, 2013 6:55 am
hello my helper
i wanted to show my report file's name in top of the preview page, but it can do atoumatic, i write this code in c#
and it does,
in this case my report file name is "RptPoolReportActBase"
i want to know how does this atoumatically without code
do you can help me,
thank you so much
i wanted to show my report file's name in top of the preview page, but it can do atoumatic, i write this code in c#
Code: Select all
report.ReportName = "RptPoolReportActBase";
in this case my report file name is "RptPoolReportActBase"
i want to know how does this atoumatically without code
do you can help me,
thank you so much