TablixCorner.TablixCornerRows 属性
The list of rows in the corner section of the tablix. There must be as many TablixCornerRow elements as there are unique total heights of TablixMembers in the TablixColumnHierarchy.
命名空间: 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>>
An IList<T> object.