Skip to main content

PivotDrillDownDataSource Members

#Constructors

Name
PivotDrillDownDataSource()

#Fields

Name
AllRows

#Properties
Show Inherited Hide Inherited

Name Description
IsLive When overridden in descendant classes, gets or sets whether to update the data source when the pivot grid data changes. Inherited from PivotDataSource.
Item[Int32]
RowCount

#Methods
Show Inherited Hide Inherited

Name Description
Dispose() Disposes of the data source. Inherited from PivotDataSource.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItemProperties(PropertyDescriptor[])
GetListName(PropertyDescriptor[])
GetRowIndex(Object)
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(Int32, PivotGridFieldBase)
GetValue(Int32, Int32)
GetValue(Int32, String)
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetValue(Int32, PivotGridFieldBase, Object)
SetValue(Int32, Int32, Object)
SetValue(Int32, String, Object)
ToString() Returns a string that represents the current object. Inherited from Object.

#Events
Show Inherited Hide Inherited

Name Description
ListChanged Occurs after the data source has been changed. Inherited from PivotDataSource.
See Also