Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportModel.CustomLabelInformation Property

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public CustomLabelInformation CustomLabelInformation { get; set; }

Property Value

Type Description
CustomLabelInformation

A CustomLabelInformation object.

See Also