GetInstanceSupportedFormatByName Method
Gets the export format with specified name supported by the report instance with specified instance id.
'Declaration
<HttpGetAttribute()>
<PathRouteAttribute("{*reportPath}$instances/{instanceId}/supportedformats/{formatName}")>
Public Overridable Function GetInstanceSupportedFormatByName( _
ByVal As String, _
ByVal As String, _
ByVal As String _
) As IHttpActionResult
Parameters
- reportPath
- The full path of the report.
- instanceId
- The report instance id.
- formatName
- The name of the export format.
Return Value