Bug in Landscapte page Preview Report in ASP.NET

Stimulsoft Reports.NET discussion
Post Reply
ir_programmer
Posts: 13
Joined: Sat Nov 27, 2010 12:33 am
Location: UAE

Bug in Landscapte page Preview Report in ASP.NET

Post by ir_programmer »

hello to all
i design page in StimulReport.
and change Orientation to Landascape.
in designer Preview not found problem.
but, when using in ASP.Net and call bye this code, in Preview : Report is not Landscape!
just correct in Export pdf. but , in Preview report or print report is fail!
my code is:

Code: Select all

        Dim report As New Stimulsoft.Report.StiReport
        report = stiRep.GetReport
        
        report.RegData("dt", dt)

        StiWebViewer1.Report = report
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Bug in Landscapte page Preview Report in ASP.NET

Post by Ivan »

Hello,

We couldn't reproduce this bug.
Can you please send us a simple test application, which reproduces the issue?

Thank you.
Post Reply