DataSourceRefInfo.HasParameters Property
Gets or sets whether the data source has parameters.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
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