Skip to main content

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

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
public bool IsOLAPDataSource { get; }

Property Value

Type Description
Boolean

true if a connection string is specified via the PivotGridControl.OLAPConnectionString property; otherwise, false.

See Also