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

ReportParameterContainer.ShouldRequestParameters Property

For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

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

Declaration

[DataMember]
public bool ShouldRequestParameters { get; set; }

Property Value

Type Description
Boolean

true to wait until a user submits parameter value(s); otherwise false.

See Also