Freigeben über


CustomData.DataRows Eigenschaft

Definition

Ruft die Datenwerte ab, die für jede Detail-"Zelle" der Daten berechnet werden sollen, oder legt sie fest.

public:
 property System::Collections::Generic::IList<System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^> ^> ^ DataRows { System::Collections::Generic::IList<System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^> ^> ^ get(); void set(System::Collections::Generic::IList<System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^> ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("DataRow", typeof(Microsoft.ReportingServices.RdlObjectModel.DataRow), NestingLevel=0)]
[System.Xml.Serialization.XmlArrayItem("DataCell", typeof(Microsoft.ReportingServices.RdlObjectModel.DataCell), NestingLevel=1)]
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.Collections.Generic.IList`1<System.Collections.Generic.IList`1<Microsoft.ReportingServices.RdlObjectModel.DataValue>>>))]
public System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataValue>>> DataRows { get; set; }
[<System.Xml.Serialization.XmlArrayItem("DataRow", typeof(Microsoft.ReportingServices.RdlObjectModel.DataRow), NestingLevel=0)>]
[<System.Xml.Serialization.XmlArrayItem("DataCell", typeof(Microsoft.ReportingServices.RdlObjectModel.DataCell), NestingLevel=1)>]
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.Collections.Generic.IList`1<System.Collections.Generic.IList`1<Microsoft.ReportingServices.RdlObjectModel.DataValue>>>))>]
member this.DataRows : System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataValue>>> with get, set
Public Property DataRows As IList(Of IList(Of IList(Of DataValue)))

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: