mrt embedded into app code

Stimulsoft Reports.NET discussion
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

mrt embedded into app code

Post by zalktis »

I am use ActiveReports. Activereport files ir embedded in Application code.

May li Stimulsoft files mrt to embedded in app code?
For this I am not get answer in Stumilsoft help files.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: mrt embedded into app code

Post by Alex K. »

Hello,

Yes, it is possible.
You can add the StiReport component on your form, also you can save report as .cs file and add to the project.

Thank you.
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

Re: mrt embedded into app code

Post by zalktis »

Please link to help files for this !

I am to test may save report with Stimulsoft desingner to StReport.vb to Visual Studio .NET Project map.
After I am open Visual Studio 2013 WIndows app project. In project file list is new StReport.vb.
Why I am not may with Doubleclick on StReport.vb to open this report to edit into Visual Studio Report designer?
May li into Windows app iun code to call(load) stReport.vb to generate report und to preview without use mrt or mrz files ?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: mrt embedded into app code

Post by HighAley »

Hello.
zalktis wrote:I am to test may save report with Stimulsoft desingner to StReport.vb to Visual Studio .NET Project map.
After I am open Visual Studio 2013 WIndows app project. In project file list is new StReport.vb.
Why I am not may with Doubleclick on StReport.vb to open this report to edit into Visual Studio Report designer?
Stimulsoft Reports use own report format and it's not supported by Visual Studio Report designer. You should use Stimulsoft Designer.
Here you could see a tutorial video.
You could find other tutorial videos on our site.
zalktis wrote:May li into Windows app iun code to call(load) stReport.vb to generate report und to preview without use mrt or mrz files ?
You could create report in code if you need this. You could find a sample project in attachment.
DynamicCreateReport.zip
(15.46 KiB) Downloaded 123 times
Thank you.
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

Re: mrt embedded into app code

Post by zalktis »

Thanks Your!
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: mrt embedded into app code

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

Re: mrt embedded into app code

Post by zalktis »

I am begin create first reports.
No helps not need.
I understand better this Stimulsoft report design.

Thank You!
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

Re: mrt embedded into app code

Post by zalktis »

Is one question:
Maybe from programm code change report component properties, sample Report1.Text2.Enebled=False
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: mrt embedded into app code

Post by HighAley »

Hello.

You could use next code:

Code: Select all

Report1.GetComponentByName("Chart1").Enabled = False
Thank you.
zalktis
Posts: 6
Joined: Fri Oct 24, 2014 7:08 am

Re: mrt embedded into app code

Post by zalktis »

Thank you
Post Reply