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

XtraReportModel.Tag Property

Specifies additional report model data.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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