Page 1 of 2

mrt embedded into app code

Posted: Fri Oct 24, 2014 7:11 am
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.

Re: mrt embedded into app code

Posted: Fri Oct 24, 2014 10:07 am
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.

Re: mrt embedded into app code

Posted: Fri Oct 24, 2014 11:08 pm
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 ?

Re: mrt embedded into app code

Posted: Mon Oct 27, 2014 8:32 am
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 134 times
Thank you.

Re: mrt embedded into app code

Posted: Mon Oct 27, 2014 9:25 am
by zalktis
Thanks Your!

Re: mrt embedded into app code

Posted: Mon Oct 27, 2014 9:42 am
by HighAley
Hello.

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

Thank you.

Re: mrt embedded into app code

Posted: Mon Oct 27, 2014 7:36 pm
by zalktis
I am begin create first reports.
No helps not need.
I understand better this Stimulsoft report design.

Thank You!

Re: mrt embedded into app code

Posted: Tue Oct 28, 2014 7:08 am
by zalktis
Is one question:
Maybe from programm code change report component properties, sample Report1.Text2.Enebled=False

Re: mrt embedded into app code

Posted: Tue Oct 28, 2014 7:24 am
by HighAley
Hello.

You could use next code:

Code: Select all

Report1.GetComponentByName("Chart1").Enabled = False
Thank you.

Re: mrt embedded into app code

Posted: Tue Oct 28, 2014 7:52 am
by zalktis
Thank you