Skip to main content
A newer version of this page is available. .

ReportServicePreviewModel.Parameters Property

OBSOLETE

This property has become obsolete. To specify the default parameter values, call the CreateDocument(DefaultValueParameterCotnainer parameters) method overload.

Provides access to the parameters of a report associated with the ReportServicePreviewModel.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[Obsolete("This property has become obsolete. To specify the default parameter values, call the CreateDocument(DefaultValueParameterCotnainer parameters) method overload.")]
public IParameterContainer Parameters { get; }

Property Value

Type Description
IParameterContainer

An object implementing the IParameterContainer interface.

See Also