ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportProvider Interface / GetReport Method

In This Topic
    GetReport Method (IReportProvider)
    In This Topic
    Gets the report stream in the format compatible with backend.
    Syntax
    'Declaration
     
    Function GetReport( _
       ByVal reportId As String _
    ) As Stream
    Stream GetReport( 
       string reportId
    )

    Parameters

    reportId
    See Also