[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.GetReportFn

GetReportFn Delegate

Represents a delegate that retrieves the report in a format compatible with the backend for the specified report identifier.

Namespace: GrapeCity.ActiveReports.Web.Viewer
Assembly: MESCIUS.ActiveReports.Web.Viewer.dll
Syntax
public delegate Stream GetReportFn(string reportId)
Parameters
Type Name Description
string reportId

A string value indicating the identifier of the report to retrieve.

Returns
Type Description
Stream

A Stream object containing the report data.

Constructors

Name Description
GetReportFn(object, IntPtr)

Methods

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