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

PaperKindList(Single) Constructor

Initializes a new instance of the PaperKindList class with the specified report DPI.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public PaperKindList(
    float reportDpi
)

Parameters

Name Type Description
reportDpi Single

A Single value. This value is assigned to the PaperKindList.ReportDpi property.

See Also