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.v18.2.dll

Declaration

public float ReportDpi { get; }

Property Value

Type Description
Single

A Single value.

See Also