DataCell Clase
Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Class DataCell _
Inherits RdlCollection(Of DataValue)
'Uso
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>
Jerarquía de herencia
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..DataCell
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también