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

PaperKindList.ReportDpi Property

Indicates the DPI used to measure the paper size corresponding to the currently selected paper kind (as defined by the PaperKindList.CurrentID property).

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public float ReportDpi { get; }

Property Value

Type Description
Single

A Single value.

See Also