Bug in Landscapte page Preview Report in ASP.NET
Posted: Sun Dec 12, 2010 3:49 am
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:
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