Page 1 of 1

Bug in Landscapte page Preview Report in ASP.NET

Posted: Sun Dec 12, 2010 3:49 am
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

Bug in Landscapte page Preview Report in ASP.NET

Posted: Mon Dec 13, 2010 5:48 am
by Ivan
Hello,

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

Thank you.