ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / ISectionResourcesService Interface / SaveReport Method
Report name
The report to be saved.
Save report as temporary report

In This Topic
    SaveReport Method (ISectionResourcesService)
    In This Topic
    Save report
    Syntax
    'Declaration
     
    Function SaveReport( _
       ByVal name As String, _
       ByVal report As SectionReport, _
       Optional ByVal isTemporary As Boolean _
    ) As String
    string SaveReport( 
       string name,
       SectionReport report,
       bool isTemporary
    )

    Parameters

    name
    Report name
    report
    The report to be saved.
    isTemporary
    Save report as temporary report

    Return Value

    Report identifier
    See Also