Skip to main content
All docs
V22.2

Brick.Tag Property

Gets or sets the object that contains additional data associated with the control.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue("")]
public object Tag { get; set; }

Property Value

Type Default Description
Object String.Empty

An object that contains arbitrary information.

Remarks

The Tag value is retrived from the XRControl.Tag property value when the report is rendered.

You can use the Tag property as follows: specify the XRControl.Tag value in the Report Designer and examine the Brick.Tag value in the AfterPrint event handler to locate bricks originated from the tagged report controls and highlight them.

See Also