ComponentOne Studio Web API Edition
RenderInstance Method

The full path of the report.
The report instance id.
The optional parameters.
The optional page settings.
The optional action string.
Renders the report instance with the specified instance id.
Syntax
'Declaration
 
<HttpPostAttribute()>
<PathRouteAttribute(Template="{*reportPath}$instances/{instanceId}/render", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
Public Overridable Function RenderInstance( _
   ByVal reportPath As String, _
   ByVal instanceId As String, _
   Optional ByVal parameters As IDictionary(Of String,String()), _
   Optional ByVal pageSettings As PageSettings, _
   Optional ByVal actionString As String _
) As IHttpActionResult
[HttpPost()]
[PathRoute(Template="{*reportPath}$instances/{instanceId}/render", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
public virtual IHttpActionResult RenderInstance( 
   string reportPath,
   string instanceId,
   IDictionary<string,string[]> parameters,
   PageSettings pageSettings,
   string actionString
)

Parameters

reportPath
The full path of the report.
instanceId
The report instance id.
parameters
The optional parameters.
pageSettings
The optional page settings.
actionString
The optional action string.

Return Value

Requirements

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

See Also

Reference

ReportController Class
ReportController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.