DataSourceRefInfo.HasParameters Property
Gets or sets whether the data source has parameters.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v26.1.Web.dll
Declaration
[DataMember(Name = "hasParams", EmitDefaultValue = false)]
public bool HasParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the data source has parameters; otherwise, false. |
See Also