Share via


IBIMonitoringServiceApplicationProxy.GetRenderControlPreview - Méthode

Restitue le code HTML pour afficher un aperçu d'un rapport.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
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
'Utilisation
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
)

Paramètres

  • viewType
    Type : System.String

    L'assembly avec nom fort du contrôle de serveur Web de l'état, qui est utilisé pour créer une instance du contrôle.

  • width
    Type : System.String

    La largeur du contrôle de serveur Web de l'état.

  • height
    Type : System.String

    La hauteur du contrôle de serveur Web de l'état.

  • isDesigner
    Type : System.String

    true si le contrôle de serveur Web de l'état est hébergé par le Concepteur de rapports et modifie le code HTML généré ; dans le cas contraire, false.

  • pageQuery
    Type : System.String

    Le résultat de données actuellement rendue, si le contrôle de serveur Web de l'état prend en charge la pagination de données-résultats.

Valeur renvoyée

Type : System.String
Le code HTML pour le rendu du rapport.

Voir aussi

Référence

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms