BandLayoutOptions.RowCount 属性

Gets the number of rows that should be displayed on each band sheet when the tablix is rendered.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property RowCount As Integer 
    Get
用法
Dim instance As BandLayoutOptions 
Dim value As Integer 

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

属性值

类型:System.Int32
Returns Int32.

请参阅

参考

BandLayoutOptions 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间