Skip to main content

XtraReportModel.Tag Property

Specifies additional report model data.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

A Object value.

Remarks

Use the Tag property to pass additional data to a model object when creating custom wizard pages.

See Also