ActiveReports 13
SaveReport Method (IResourcesService)

GrapeCity.ActiveReports.Aspnetcore.Designer Assembly > GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace > IResourcesService Interface : SaveReport Method
Report name
Save report as temporary report
Save report
Syntax
'Declaration
 
Function SaveReport( _
   ByVal name As String, _
   ByVal report As GrapeCity.ActiveReports.PageReportModel.Report, _
   Optional ByVal isTemporary As Boolean _
) As String
string SaveReport( 
   string name,
   GrapeCity.ActiveReports.PageReportModel.Report report,
   bool isTemporary
)

Parameters

name
Report name
report
isTemporary
Save report as temporary report

Return Value

Report id
See Also

Reference

IResourcesService Interface
IResourcesService Members