ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportProvider Interface / GetReport Method
A System.String value indicating the identifier of the report to retrieve.

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

    Parameters

    reportId
    A System.String value indicating the identifier of the report to retrieve.

    Return Value

    A System.IO.Stream object containing the report data.
    See Also