Packaging Report Files (.mrt)

Stimulsoft Reports.NET discussion
Post Reply
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

Packaging Report Files (.mrt)

Post by Naveen Aggarwal »

Hi

Is it possible to package the report files while deploying a project in visual studio 2005/2010 ?
My requirement is that all report files used in the project get copied while performing installation of the project on destination machine.
Right now i have to do it manually.

Thanks in advance!

Regards!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Packaging Report Files (.mrt)

Post by Andrew »

Hello,

You can save a report as .mrz file. See the attached image. Is this exactly what you need?

Thank you
Attachments
473.02.png
473.02.png (37.34 KiB) Viewed 1613 times
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

Packaging Report Files (.mrt)

Post by Naveen Aggarwal »

thanks a lot for your reply but this is not what i want to do.
suppose in a project there are 20 report files (.mrt). when i add the setup and deployment project and build they are not bundled in the installer package.
when i install the project on destination/client machine i have to copy all the .mrt files to the path i am using while loading the report.
Hope i am able to explain !

Regards!

Naveen
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Packaging Report Files (.mrt)

Post by Andrew »

Hello,

It is very hard to help you somehow. If report files are not included into the setup project, then the problem can be in settings of your setup project.

Thank you.
Stephan1
Posts: 122
Joined: Fri Aug 31, 2007 7:22 am
Location: Germany

Packaging Report Files (.mrt)

Post by Stephan1 »

Hello naveenaqq,

it dependes on what kind of Setupbuilder you use for including Files in your Setup.

Here we use AdvancedInstaller, which can generate MSI files and for sure you can put your .MRT in the Setupproject.

Hope this helps

Cheers

Stephan
Post Reply