Skip to main content

ReportDesignerDocument.Tag Property

Gets or sets the object that contains data related to the current report document. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

An object that contains data about the report document.

See Also