Back to Devexpress

XtraReportBase.ReportPrintOptions Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareportbase-b931a8f8.md

latest2.1 KB
Original Source

XtraReportBase.ReportPrintOptions Property

Provides access to options that define a report’s print-out.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatPrinting)]
public ReportPrintOptions ReportPrintOptions { get; }
vb
<SRCategory(ReportStringId.CatPrinting)>
Public ReadOnly Property ReportPrintOptions As ReportPrintOptions

Property Value

TypeDescription
ReportPrintOptions

A ReportPrintOptions object.

|

Remarks

Use the ReportPrintOptions property to access the following report print options.

To learn more, see Data Filtering Overview.

See Also

Data Filter Overview

XtraReportBase Class

XtraReportBase Members

DevExpress.XtraReports.UI Namespace