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