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

ParameterBindingBase.IsEmpty Property

Specifies whether a parameter is empty.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the parameter is empty; otherwise, false.

See Also