How To get Render Report Name

Stimulsoft Reports.NET discussion
Post Reply
sphextor
Posts: 38
Joined: Tue Apr 01, 2008 1:42 am
Location: Thailand

How To get Render Report Name

Post 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...
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

How To get Render Report Name

Post by Jan »

Hello,

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

Thank you.

Post Reply