Skip to main content
A newer version of this page is available.
All docs
V18.2

ParametersExtensions.GetReportParameterStub(ParameterModel) Method

For internal use.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public static ReportParameter GetReportParameterStub(
    this ParameterModel model
)

Parameters

Name Type Description
model ParameterModel

A ParameterModel value.

Returns

Type Description
ReportParameter

A ReportParameter value.

See Also