Any way of easily showing a report with designer.exe

Stimulsoft Reports.NET discussion
Post Reply
mace242
Posts: 43
Joined: Tue Aug 21, 2007 9:24 am

Any way of easily showing a report with designer.exe

Post by mace242 »

Is there any way of using designer.exe to quickly view a report - I know you can associate mrt files with designer.exe and they will open in it. Is there a way to make them preview right away rather than start in design mode. A command line switch or something would be great. I realise I could easily write a program to do this in just a few lines of code - but having designer.exe do it would be really handy. Thanks.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Any way of easily showing a report with designer.exe

Post by Jan »

Hello,

You can use following commands:

Code: Select all

designer.exe report.mrt
designer.exe report.mdc
Thank you.

Post Reply