ParameterViewModel.ParameterResultType Property
Specifies the type returned by an expression assigned to a parameter.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Type | A Type value. |
Remarks
When a parameter is assigned a Expression, the parameter type is defined by the ParameterResultType property.
In other cases, the parameter type is defined by the ParameterViewModel.Type property.
See Also