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

GraphicsUnitInfo(GraphicsUnit, String) Constructor

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public GraphicsUnitInfo(
    GraphicsUnit unit,
    string displayName
)

Parameters

Name Type
unit GraphicsUnit
displayName String
See Also