Skip to main content

ParameterViewModel.IsExpression Property

Specifies whether the parameter is assigned a Expression.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool IsExpression { get; set; }

Property Value

Type Description
Boolean

true, if the parameter is assigned an expression; otherwise, false.

Remarks

When the IsExpression property is set to true, the data source parameter can be linked with a report parameter.

See Also