[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.GetResourceFn

GetResourceFn Delegate

Represents a delegate that retrieves the resource in a format compatible with the backend based on the specified resource information.

Namespace: GrapeCity.ActiveReports.Web.Viewer
Assembly: MESCIUS.ActiveReports.Web.Viewer.dll
Syntax
public delegate Stream GetResourceFn(ResourceInfo resource)
Parameters
Type Name Description
ResourceInfo resource

A ResourceInfo value that indicating the information about the resource to retrieve.

Returns
Type Description
Stream

A Stream object containing the resource data.

Constructors

Name Description
GetResourceFn(object, IntPtr)

Methods

Name Description
BeginInvoke(ResourceInfo, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(ResourceInfo)