ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / LoadReport Method

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

    Parameters

    reportId
    See Also