DataCell Class
Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<DataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<DataValue>
Microsoft.ReportingServices.RdlObjectModel.DataCell
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class DataCell _
Inherits RdlCollection(Of DataValue)
'Usage
Dim instance As DataCell
public class DataCell : RdlCollection<DataValue>
public ref class DataCell : public RdlCollection<DataValue^>
type DataCell =
class
inherit RdlCollection<DataValue>
end
public class DataCell extends RdlCollection<DataValue>
The DataCell type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataCell | Creates a new instance of the DataCell class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<DataValue>.) | |
Item | (Inherited from Collection<DataValue>.) | |
Items | (Inherited from Collection<DataValue>.) | |
Parent | Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<DataValue>.) | |
Clear | (Inherited from Collection<DataValue>.) | |
ClearItems | Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.) | |
Contains | (Inherited from Collection<DataValue>.) | |
CopyTo | (Inherited from Collection<DataValue>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<DataValue>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<DataValue>.) | |
Insert | (Inherited from Collection<DataValue>.) | |
InsertItem | Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.) | |
Remove | (Inherited from Collection<DataValue>.) | |
RemoveAt | (Inherited from Collection<DataValue>.) | |
RemoveItem | Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.) | |
SetItem | Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.) | |
IList.Item | Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.) | |
IList.Contains | (Inherited from Collection<DataValue>.) | |
ICollection.CopyTo | (Inherited from Collection<DataValue>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<DataValue>.) | |
IList.IndexOf | (Inherited from Collection<DataValue>.) | |
IList.Insert | (Inherited from Collection<DataValue>.) | |
IList.IsFixedSize | (Inherited from Collection<DataValue>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<DataValue>.) | |
IList.IsReadOnly | (Inherited from Collection<DataValue>.) | |
ICollection.IsSynchronized | (Inherited from Collection<DataValue>.) | |
IList.Remove | (Inherited from Collection<DataValue>.) | |
ICollection.SyncRoot | (Inherited from Collection<DataValue>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.