Compartir a través de


CustomData.DataRows Propiedad

Definición

Obtiene o establece los valores de datos que se deben calcular para cada "celda" de detalle de los datos.

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)))

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a