CustomData.DataRows 属性

定义

获取或设置要为数据的每个明细“单元”计算的数据值。

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

属性值

一个 IList<T> 对象。

属性

适用于