Problem with report design

Stimulsoft Reports.NET discussion
Post Reply
hrhhrh
Posts: 3
Joined: Wed Dec 07, 2011 5:50 am

Problem with report design

Post 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.

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Problem with report design

Post 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.
hrhhrh
Posts: 3
Joined: Wed Dec 07, 2011 5:50 am

Problem with report design

Post by hrhhrh »

Hi Aleksey

I put sample in this path :

server 1
or
server 2

Tahnk for reply.

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Problem with report design

Post by Alex K. »

Hello,

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

Thank you.
hrhosseinpour
Posts: 2
Joined: Tue Dec 20, 2011 11:52 pm

Problem with report design

Post by hrhosseinpour »

Hi Aleksey.

Do you need more time ?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Problem with report design

Post by Andrew »

Hello,

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

Thank you.
hrh1
Posts: 2
Joined: Sat Jan 07, 2012 11:54 pm

Problem with report design

Post by hrh1 »

past 30 days. but there isn't any body to reply!
hassanmosavi
Posts: 1
Joined: Thu Aug 30, 2012 4:34 am

Re: Problem with report design

Post 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;
//......................
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Problem with report design

Post 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.
Post Reply