Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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