StiResizeReportHelperResizeReport Method (StiReport, StiPageOrientation, PaperKind, StiMargins, Double, Double, StiResizeReportOptions) |
Resize report with specified parameters.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void ResizeReport(
StiReport report,
StiPageOrientation orientation,
PaperKind paperSize,
StiMargins margins,
double pageWidth,
double pageHeight,
StiResizeReportOptions options
)
Public Shared Sub ResizeReport (
report As StiReport,
orientation As StiPageOrientation,
paperSize As PaperKind,
margins As StiMargins,
pageWidth As Double,
pageHeight As Double,
options As StiResizeReportOptions
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
Report for resizing. - orientation
- Type: Stimulsoft.Report.ComponentsStiPageOrientation
New value of page orientation. - paperSize
- Type: System.Drawing.PrintingPaperKind
New value of paper size. - margins
- Type: Stimulsoft.Report.ComponentsStiMargins
New value of page margins. - pageWidth
- Type: SystemDouble
New value of page width. - pageHeight
- Type: SystemDouble
New value of page height. - options
- Type: Stimulsoft.ReportStiResizeReportOptions
Options which specify how page will be resized.
See Also