ComponentOne Web API Edition
GetReportSupportedFormats Method

C1.Web.Api.Report Namespace > ReportController Class : GetReportSupportedFormats Method
The full path of the report.
Gets the export formats supported by the specified report.
Syntax
'Declaration
 
<PathRouteAttribute(Template="{*reportPath}$report/supportedformats", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
<HttpGetAttribute()>
Public Overridable Function GetReportSupportedFormats( _
   ByVal reportPath As String _
) As IHttpActionResult
[PathRoute(Template="{*reportPath}$report/supportedformats", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
[HttpGet()]
public virtual IHttpActionResult GetReportSupportedFormats( 
   string reportPath
)

Parameters

reportPath
The full path of the report.

Return Value

An System.Web.Http.IHttpActionResult type object with content of collection of C1.Web.Api.Document.Models.ExportDescription type object.
See Also

Reference

ReportController Class
ReportController Members