IPushReportData.WriteNextRow Method
Writes the next row of report using the specified report column data.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Sub WriteNextRow ( _
rgstrColData As String() _
)
'Usage
Dim instance As IPushReportData
Dim rgstrColData As String()
instance.WriteNextRow(rgstrColData)
void WriteNextRow(
string[] rgstrColData
)
Parameters
rgstrColData
Type: []The report column data.