DataCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.
public ref class DataCell : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<Microsoft::ReportingServices::RdlObjectModel::DataValue ^>
public class DataCell : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<Microsoft.ReportingServices.RdlObjectModel.DataValue>
type DataCell = class
inherit RdlCollection<DataValue>
Public Class DataCell
Inherits RdlCollection(Of DataValue)
- Inheritance
Constructors
DataCell() |
Creates a new instance of the DataCell class. |
Properties
Parent |
Gets or sets the parent object. (Inherited from RdlCollectionBase<T>) |
Methods
ClearItems() |
Removes all the items in the collection. (Inherited from RdlCollection<T>) |
InsertItem(Int32, T) |
Inserts an item in the collection. (Inherited from RdlCollection<T>) |
OnCollectionChanged(EventArgs) |
Raises the CollectionChanged event. (Inherited from RdlCollection<T>) |
RemoveItem(Int32) |
Removes an item from the collection. (Inherited from RdlCollection<T>) |
SetItem(Int32, T) |
Replaces an item in the collection. (Inherited from RdlCollection<T>) |
Events
CollectionChanged |
Occurs when the collection has been changed. (Inherited from RdlCollection<T>) |
Explicit Interface Implementations
IList.Add(Object) |
Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>) |
IList.Item[Int32] |
Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>) |