Click or drag to resize

StiResizeReportHelperResizeReport Method (StiReport, StiPageOrientation, PaperKind, StiMargins, Double, Double, StiResizeReportOptions, Int32)

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,
	int indexOfRenderedPage
)

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.
indexOfRenderedPage
Type: SystemInt32

[Missing <param name="indexOfRenderedPage"/> documentation for "M:Stimulsoft.Report.StiResizeReportHelper.ResizeReport(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPageOrientation,System.Drawing.Printing.PaperKind,Stimulsoft.Report.Components.StiMargins,System.Double,System.Double,Stimulsoft.Report.StiResizeReportOptions,System.Int32)"]

See Also