BIMonitoringServiceApplicationProxy.GetRenderControlPreview Method
Renders the HTML for a preview of a report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetRenderControlPreview ( _
fcoLocation As RepositoryLocation, _
viewType As String, _
width As String, _
height As String, _
nav As String, _
isDesigner As String, _
pageQuery As String _
) As String
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim fcoLocation As RepositoryLocation
Dim viewType As String
Dim width As String
Dim height As String
Dim nav As String
Dim isDesigner As String
Dim pageQuery As String
Dim returnValue As String
returnValue = instance.GetRenderControlPreview(fcoLocation, _
viewType, width, height, nav, isDesigner, _
pageQuery)
public string GetRenderControlPreview(
RepositoryLocation fcoLocation,
string viewType,
string width,
string height,
string nav,
string isDesigner,
string pageQuery
)
Parameters
fcoLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
viewType
Type: System.StringThe strong-named assembly of the report’s Web server control, which is used to create an instance of the control.
width
Type: System.StringThe width of the report’s Web server control.
height
Type: System.StringThe height of the report’s Web server control.
nav
Type: System.StringThis parameter is not used by the GetRenderControlPreview method.
isDesigner
Type: System.Stringtrue if the report’s Web server control is hosted by the report designer and changes the generated HTML; otherwise false.
pageQuery
Type: System.StringThe currently rendered data result, used if the report’s Web server control supports data-result paging.
Return Value
Type: System.String
The HTML for rendering the report.
Implements
Remarks
The preview exposes a limited feature set, and the preview does not accept parameters from Web Part connections.
See Also
Reference
BIMonitoringServiceApplicationProxy Class