ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / LoadReport Method
The ID of the report to load.

In This Topic
    LoadReport Method (IReportStore)
    In This Topic
    Loads the report content by ID.
    Syntax
    'Declaration
     
    Function LoadReport( _
       ByVal reportId As String _
    ) As Stream
    Stream LoadReport( 
       string reportId
    )

    Parameters

    reportId
    The ID of the report to load.

    Return Value

    A stream containing the report content.
    See Also