ReportServicePreviewModel.Parameters Property
In This Article
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 |
---|---|
IParameter |
An object implementing the IParameter |
See Also