共用方式為


TablixCorner.RowCollection 屬性

Gets the rows of the tablix corner.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property RowCollection As TablixCornerRowCollection 
    Get
'用途
Dim instance As TablixCorner 
Dim value As TablixCornerRowCollection 

value = instance.RowCollection
public TablixCornerRowCollection RowCollection { get; }
public:
property TablixCornerRowCollection^ RowCollection {
    TablixCornerRowCollection^ get ();
}
member RowCollection : TablixCornerRowCollection
function get RowCollection () : TablixCornerRowCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRowCollection
A TablixCornerRowCollection object.

請參閱

參考

TablixCorner 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間