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