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

ParametersExtensions.GetReportParameterStub(ParameterModel) Method

For internal use.

Namespace: DevExpress.Xpf.Printing.Parameters

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

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