Share via


WorkflowReport.HasMoreData Property

This member is reserved for internal use and is not intended to be used directly from your code. WorkflowReport - HasMoreDataGets whether there are more rows of workflow history data.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property HasMoreData As Boolean
    Get
'Usage
Dim instance As WorkflowReport
Dim value As Boolean

value = instance.HasMoreData
public bool HasMoreData { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IReportDataSource.HasMoreData

See Also

Reference

WorkflowReport Class

WorkflowReport Members

Microsoft.Office.RecordsManagement.Reporting Namespace