PivotGridControl.IsOLAPDataSource Property
Returns whether a connection string is specified via the PivotGridControl.OLAPConnectionString property, and so the control is bound to a cube in an MS Analysis Services database.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a connection string is specified via the PivotGridControl.OLAPConnectionString property; otherwise, false. |
See Also