Skip to main content

ParameterViewModel.ParameterResultType Property

Specifies the type returned by an expression assigned to a parameter.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual Type ParameterResultType { get; set; }

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