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> オブジェクト。
- 属性