Page 1 of 1

Problem with report design

Posted: Wed Dec 07, 2011 6:05 am
by hrhhrh
Hi
I create report from empty template file and build report items in run-time and show data properly. But when run

Code: Select all

Report.Design

report fields become empty.


Problem with report design

Posted: Thu Dec 08, 2011 1:16 am
by Alex K.
Hello,

Could you explain your issue in more details and, if possible, send us a step-by-step guide how to reproduce the issue?

Thank you.

Problem with report design

Posted: Sat Dec 10, 2011 7:55 am
by hrhhrh
Hi Aleksey

I put sample in this path :

server 1
or
server 2

Tahnk for reply.


Problem with report design

Posted: Mon Dec 12, 2011 1:52 am
by Alex K.
Hello,

Thank you for the sent files.
We need some time for check the issue.

Thank you.

Problem with report design

Posted: Wed Dec 21, 2011 3:04 am
by hrhosseinpour
Hi Aleksey.

Do you need more time ?

Problem with report design

Posted: Wed Dec 21, 2011 3:39 am
by Andrew
Hello,

The reply was given to the person from our help desk.

Thank you.

Problem with report design

Posted: Sat Jan 07, 2012 11:57 pm
by hrh1
past 30 days. but there isn't any body to reply!

Re: Problem with report design

Posted: Thu Aug 30, 2012 4:50 am
by hassanmosavi
Hi
How add Object In Stimul Report Run time In Dll ?


Add Object In MRT
//................
Stimulsoft.Report.StiReport sr = new Stimulsoft.Report.StiReport();
sr.Load(Server.MapPath("R1_st.mrt"));

Stimulsoft.Report.Components.StiText TxtValue = new Stimulsoft.Report.Components.StiText();

sr.Compile();
StiWebViewer2.Report = sr;
//......................

Re: Problem with report design

Posted: Thu Aug 30, 2012 1:16 pm
by Andrew
Hello,

Please describe your issue and send us a sample project to support@stimulsoft.com and refer to this forum thread.

Thank you.