Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Win.Design, 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