ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / SaveReport Method
The type of the report.
The ID of the report to save.
The data of the report to save.
The save settings to apply. Default is SaveSettings.None.

In This Topic
    SaveReport Method (IReportStore)
    In This Topic
    Saves the report.
    Syntax
    'Declaration
     
    Function SaveReport( _
       ByVal reportType As ReportType, _
       ByVal reportId As String, _
       ByVal reportData As Stream, _
       Optional ByVal settings As SaveSettings _
    ) As String
    string SaveReport( 
       ReportType reportType,
       string reportId,
       Stream reportData,
       SaveSettings settings
    )

    Parameters

    reportType
    The type of the report.
    reportId
    The ID of the report to save.
    reportData
    The data of the report to save.
    settings
    The save settings to apply. Default is SaveSettings.None.

    Return Value

    The ID of the saved report.
    See Also