ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / GetReportFn Delegate

In This Topic
    GetReportFn Delegate
    In This Topic
    Get report
    Syntax
    'Declaration
     
    Public Delegate Function GetReportFn( _
       ByVal reportId As String _
    ) As Stream
    public delegate Stream GetReportFn( 
       string reportId
    )

    Parameters

    reportId
    See Also