ActiveReports 12 Server User Guide
SubmitReport Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : SubmitReport Method
The security token to use.
The BugzScout report details.
Submits the BugzScout report.
Syntax
'Declaration
 
Function SubmitReport( _
   ByVal token As String, _
   ByVal report As FeedbackReport _
) As DataResult
DataResult SubmitReport( 
   string token,
   FeedbackReport report
)

Parameters

token
The security token to use.
report
The BugzScout report details.

Return Value

ActiveReports.Server.ReportServices.Contracts.ResultObject containing status information.
See Also

Reference

IDesignerService Interface
IDesignerService Members