report in one page

Stimulsoft Reports.WEB discussion
Post Reply
Hackfaq
Posts: 4
Joined: Mon Aug 20, 2012 10:19 am

report in one page

Post by Hackfaq »

Hello, is it possible in ReportViewer to render report in one single page, event if it designed in A4 sizes?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: report in one page

Post by HighAley »

Hello.

If we understood you exactly you could set the Unlimited Height property of the page.

Thank you.
Hackfaq
Posts: 4
Joined: Mon Aug 20, 2012 10:19 am

Re: report in one page

Post by Hackfaq »

We use 1 report (mrt) file for both wpf and web reports, in web we do not need pages, we want to render report as one page.
Hackfaq
Posts: 4
Joined: Mon Aug 20, 2012 10:19 am

Re: report in one page

Post by Hackfaq »

any help?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: report in one page

Post by HighAley »

Hello.

You could change this property in Web.

Code: Select all

report.Load(...);
report.Pages[0].UnlimitedHeight = true;
Do you use StiWebViewer or StiWebViewerFx?

Thank you.
Hackfaq
Posts: 4
Joined: Mon Aug 20, 2012 10:19 am

Re: report in one page

Post by Hackfaq »

Thank you, it works.

I use StiWebViewer
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: report in one page

Post by HighAley »

Hello.

It's great! Let us know if you have any problems else.

Thank you.
Post Reply