Represents a delegate that retrieves the resource in a format compatible with the backend based on the specified resource information.
'Declaration
Public Delegate Function GetResourceFn( _
ByVal As ResourceInfo _
) As Stream
Parameters
- resource
- A GrapeCity.ActiveReports.ResourceInfo value that indicating the information about the resource to retrieve.
Return Value
A
System.IO.Stream object containing the resource data.