Skip to main content

ReportServicePreviewModel.Parameters Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.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