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 minimum number of rows in a report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
ReadOnly Property MinRows As Integer
Get
'Usage
Dim instance As IReportGenerator
Dim value As Integer
value = instance.MinRows
int MinRows { get; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
A report must contain at least the minimal number of rows, otherwise the reporting engine will throw a ReportEmptyException.