AuditReport.GetNextDataRow Method
This member is reserved for internal use and is not intended to be used directly from your code.AuditReport - GetNextDataRowGets the next row of audit data.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function GetNextDataRow As String()
'Usage
Dim instance As AuditReport
Dim returnValue As String()
returnValue = instance.GetNextDataRow()
public string[] GetNextDataRow()
Return Value
Type: []
an array representing columns for the row of data
Implements
IReportDataSource.GetNextDataRow()