Skip to main content
A newer version of this page is available.
All docs
V19.1

ReportModel.CustomLabelInformation Property

Specifies the information that is required to create a custom Label Report.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v19.1.dll

Declaration

public CustomLabelInformation CustomLabelInformation { get; set; }

Property Value

Type Description
CustomLabelInformation

A CustomLabelInformation object.

See Also