IReportGenerator.MinRows - Propriété

Obtient le nombre minimal de lignes dans un rapport.

Espace de noms :  Microsoft.Office.RecordsManagement.Reporting
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)

Syntaxe

'Déclaration
ReadOnly Property MinRows As Integer
    Get
'Utilisation
Dim instance As IReportGenerator
Dim value As Integer

value = instance.MinRows
int MinRows { get; }

Valeur de propriété

Type : System.Int32
Retourne Int32 .

Remarques

Le rapport doit contenir au moins le nombre minimal de lignes, dans le cas contraire, le moteur de reporting lèvera une ReportEmptyException.

Voir aussi

Référence

IReportGenerator interface

IReportGenerator - Membres

Microsoft.Office.RecordsManagement.Reporting - Espace de noms

ReportEmptyException