[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.GetReportDescriptorFn

GetReportDescriptorFn Delegate

Represents a delegate that retrieves the report descriptor for the specified report identifier.

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

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

Returns
Type Description
ReportDescriptor

The ReportDescriptor object of the specified report.

Constructors

Name Description
GetReportDescriptorFn(object, IntPtr)

Methods

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