[]
Represents a delegate that retrieves the report in a format compatible with the backend for the specified report identifier.
public delegate Stream GetReportFn(string reportId)
| Type | Name | Description |
|---|---|---|
| string | reportId | A string value indicating the identifier of the report to retrieve. |
| Type | Description |
|---|---|
| Stream | A Stream object containing the report data. |
| Name | Description |
|---|---|
| GetReportFn(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(string, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(string) |