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

Parameter.Tag Property

Specifies the object that contains data about the report parameter.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Property Value

Type Default Description
Object String.Empty

An Object that contains data about the report parameter.

See Also