Back to Devexpress

PivotGridControl.IsOLAPDataSource Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-f324213b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsOLAPDataSource { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsOLAPDataSource As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

OLAPConnectionString

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace