Represents a delegate that retrieves the report in a format compatible with the backend for the specified report identifier.
'Declaration
Public Delegate Function GetReportFn( _
ByVal As String _
) As Stream
Parameters
- reportId
- A System.String value indicating the identifier of the report to retrieve.
Return Value
A
System.IO.Stream object containing the report data.