Share via


IReportGenerator.MinRows Property

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.

See Also

Reference

IReportGenerator Interface

IReportGenerator Members

Microsoft.Office.RecordsManagement.Reporting Namespace

ReportEmptyException