'Declaration Public Delegate Function GetReportFn( _ ByVal reportId As String _ ) As Stream
public delegate Stream GetReportFn( string reportId )
GetReportFn Members GrapeCity.ActiveReports.Web.Viewer Namespace