Skip to main content

PaperKindList(Single) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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