ReportBase.ReportNameGenerator Delegate

Generates a report name for the report number for the data set specifying a set of reports.

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

Syntax

'Declaration
Public Delegate Function ReportNameGenerator ( _
    reportNo As Integer _
) As String
'Usage
Dim instance As New ReportNameGenerator(AddressOf HandlerMethod)
public delegate string ReportNameGenerator(
    int reportNo
)

Parameters

Return Value

Type: System.String
The report name.

See Also

Reference

Microsoft.Office.RecordsManagement.Reporting Namespace