Skip to main content
A newer version of this page is available. .

ReportServiceController.SetupBeforePrint(XtraReport) Method

Prepares the report for further printing.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public void SetupBeforePrint(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that specifies the report.

Remarks

To see an example of using this method, refer to the How to: Use the Custom Report Preview Form topic.

See Also