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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
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