C1.Web.Api.Report Namespace > ReportController Class : GetReportSupportedFormats Method |
'Declaration
<HttpGetAttribute()> <PathRouteAttribute(Template="{*reportPath}$report/supportedformats", Name="", ExcludingKeywords=, Order=0)> Public Overridable Function GetReportSupportedFormats( _ ByVal reportPath As String _ ) As IHttpActionResult
[HttpGet()] [PathRoute(Template="{*reportPath}$report/supportedformats", Name="", ExcludingKeywords=, Order=0)] public virtual IHttpActionResult GetReportSupportedFormats( string reportPath )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2