C1.Web.Api.Report Namespace > ReportController Class : GetReportSupportedFormatByName Method |
'Declaration
<HttpGetAttribute()> <PathRouteAttribute(Template="{*reportPath}$report/supportedformats/{formatName}", Name="", ExcludingKeywords=, Order=0)> Public Overridable Function GetReportSupportedFormatByName( _ ByVal reportPath As String, _ ByVal formatName As String _ ) As IHttpActionResult
[HttpGet()] [PathRoute(Template="{*reportPath}$report/supportedformats/{formatName}", Name="", ExcludingKeywords=, Order=0)] public virtual IHttpActionResult GetReportSupportedFormatByName( string reportPath, string formatName )
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