Class OlapDataProvider
Base class for Olap data providers.
Inherited Members
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class OlapDataProvider : DataProviderBase, IDataProvider, INotifyPropertyChanged, ISupportInitialize
Properties
DistinctValuesLimit
Gets or sets the maximum count of distinct values to be loaded.
Declaration
public int DistinctValuesLimit { get; set; }
Property Value
System.Int32
|
EnableLoadOnDemand
Gets or sets a boolean value indicating whether the groups will start collapsed and the hierarchy data will be loaded as they are expanded.
Declaration
public bool EnableLoadOnDemand { get; set; }
Property Value
System.Boolean
|