ReportModel.CustomLabelInformation Property
Specifies the information that is required to create a custom label report using a Report Wizard.
Namespace: DevExpress.Data.XtraReports.Wizard
Assembly: DevExpress.Data.v14.2.dll
Declaration
public CustomLabelInformation CustomLabelInformation { get; set; }
Public Property CustomLabelInformation As CustomLabelInformation
Property Value
| Type | Description |
|---|---|
| CustomLabelInformation | A CustomLabelInformation object. |
See Also