ParameterViewModel.IsExpression Property
Specifies whether the parameter is assigned a Expression.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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