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

  • viewType
    Type: System.String

    The strong-named assembly of the report’s Web server control, which is used to create an instance of the control.

  • width
    Type: System.String

    The width of the report’s Web server control.

  • height
    Type: System.String

    The height of the report’s Web server control.

  • nav
    Type: System.String

    This parameter is not used by the GetRenderControlPreview method.

  • isDesigner
    Type: System.String

    true if the report’s Web server control is hosted by the report designer and changes the generated HTML; otherwise false.

  • pageQuery
    Type: System.String

    The 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

IBIMonitoringServiceApplicationProxy.GetRenderControlPreview(RepositoryLocation, String, String, String, String, String, String)

Remarks

The preview exposes a limited feature set, and the preview does not accept parameters from Web Part connections.

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace