IReportGenerator.MaxRows Property

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.

See Also

Reference

IReportGenerator Interface

IReportGenerator Members

Microsoft.Office.RecordsManagement.Reporting Namespace