ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / SaveReport Method

In This Topic
    SaveReport Method (IReportStore)
    In This Topic
    Save 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
    reportId
    reportData
    settings
    See Also