Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum number of rows in a report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
ReadOnly Property MaxRows As Integer
Get
'Usage
Dim instance As IReportGenerator
Dim value As Integer
value = instance.MaxRows
int MaxRows { get; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
A report can contain at most the maximum number of rows. Use the IReportDataSource.HasMoreData method to check whether there is more data.