Page 1 of 1

How To get Render Report Name

Posted: Thu Mar 19, 2009 8:17 pm
by sphextor
I create program allow user to save render report to .mdc or mdz file to disk

and I allow user to open file again in preview mode

When User open file I want to show filename ex. "c:\moneyreport.mdz" in the text of form

I want to know how to get this property to vb.net code

Thank you for your support...

How To get Render Report Name

Posted: Fri Mar 20, 2009 12:52 am
by Jan
Hello,

You can get path from which report loaded with help of ReportFile property.

Thank you.