IBIMonitoringServiceApplicationProxy.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
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 IBIMonitoringServiceApplicationProxy
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)
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.

  • 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.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace