Tablix のコーナー セクションに存在する一連の行。 TablixColumnHierarchy 内の TablixMembers の積み重なった高さの合計に相当する数の TablixCornerRow 要素が存在する必要があります。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property TablixCornerRows As IList(Of IList(Of TablixCornerCell))
Get
Set
'使用
Dim instance As TablixCorner
Dim value As IList(Of IList(Of TablixCornerCell))
value = instance.TablixCornerRows
instance.TablixCornerRows = value
public IList<IList<TablixCornerCell>> TablixCornerRows { get; set; }
public:
property IList<IList<TablixCornerCell^>^>^ TablixCornerRows {
IList<IList<TablixCornerCell^>^>^ get ();
void set (IList<IList<TablixCornerCell^>^>^ value);
}
member TablixCornerRows : IList<IList<TablixCornerCell>> with get, set
function get TablixCornerRows () : IList<IList<TablixCornerCell>>
function set TablixCornerRows (value : IList<IList<TablixCornerCell>>)
プロパティ値
型: System.Collections.Generic.IList<IList<TablixCornerCell>>
IList<T> オブジェクト。