CustomData.DataRows 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要为数据的每个明细“单元”计算的数据值。
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> 对象。
- 属性