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.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<DataValue>.) |
![]() |
Item | (Inherited from Collection<DataValue>.) |
![]() |
Items | (Inherited from Collection<DataValue>.) |
![]() |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | (Inherited from Collection<DataValue>.) |
![]() |
Clear | (Inherited from Collection<DataValue>.) |
![]() |
ClearItems | Infrastructure. (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. (Inherited from RdlCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
Remove | (Inherited from Collection<DataValue>.) |
![]() |
RemoveAt | (Inherited from Collection<DataValue>.) |
![]() |
RemoveItem | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
SetItem | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | (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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)