ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / IResourcesService Interface / SaveReport Method
Report name
Report content
Save report as temporary report

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

    Parameters

    name
    Report name
    report
    Report content
    isTemporary
    Save report as temporary report

    Return Value

    Report id
    See Also