MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / GetResourceFn Delegate
A GrapeCity.ActiveReports.ResourceInfo value that indicating the information about the resource to retrieve.

In This Topic
GetResourceFn Delegate
In This Topic
Represents a delegate that retrieves the resource in a format compatible with the backend based on the specified resource information.
Syntax
'Declaration
 
Public Delegate Function GetResourceFn( _
   ByVal resource 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.
See Also