FilePlanReport.IReportDataSource.HasMoreData Property
Gets whether there are more rows of audit data.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Private ReadOnly Property HasMoreData As Boolean
Implements IReportDataSource.HasMoreData
Get
'Usage
Dim instance As FilePlanReport
Dim value As Boolean
value = CType(instance, IReportDataSource).HasMoreData
boolIReportDataSource.HasMoreData { get; }
Property Value
Type: System.Boolean