BIMonitoringServiceApplicationProxy.GetReportViewImageData - Méthode

Extrait l'image qui est associé avec un rapport rendu.

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

Syntaxe

'Déclaration
Public Function GetReportViewImageData ( _
    tempFcoLocation As String, _
    externalkey As String, _
    height As Integer, _
    width As Integer, _
    colStart As Integer, _
    colCount As Integer, _
    <OutAttribute> ByRef mimeType As String, _
    <OutAttribute> ByRef viewHtml As String, _
    <OutAttribute> ByRef bytesImageData As Byte() _
) As Boolean
'Utilisation
Dim instance As BIMonitoringServiceApplicationProxy
Dim tempFcoLocation As String
Dim externalkey As String
Dim height As Integer
Dim width As Integer
Dim colStart As Integer
Dim colCount As Integer
Dim mimeType As String
Dim viewHtml As String
Dim bytesImageData As Byte()
Dim returnValue As Boolean

returnValue = instance.GetReportViewImageData(tempFcoLocation, _
    externalkey, height, width, colStart, _
    colCount, mimeType, viewHtml, bytesImageData)
public bool GetReportViewImageData(
    string tempFcoLocation,
    string externalkey,
    int height,
    int width,
    int colStart,
    int colCount,
    out string mimeType,
    out string viewHtml,
    out byte[] bytesImageData
)

Paramètres

  • tempFcoLocation
    Type : System.String

    L'emplacement du rapport dans le référentiel.

  • externalkey
    Type : System.String

    Une valeur unique est combiné avec l'identité de l'utilisateur pour identifier le rapport généré.

  • height
    Type : System.Int32

    La hauteur des données image.

  • width
    Type : System.Int32

    Largeur de données de l'image.

  • colStart
    Type : System.Int32

    La valeur de base zéro qui représente la colonne de l'axe des x de départ pour les données d'image retournée.

  • colCount
    Type : System.Int32

    Le nombre de colonnes de données à inclure dans le résultat de données image.

  • viewHtml
    Type : System.String

    Image retournée si le type MIME est text.

  • bytesImageData
    Type : []

    Image retournée si le type MIME est image/png.

Valeur renvoyée

Type : System.Boolean
true si l'appel a réussi ; dans le cas contraire, false.

Implémentations

IBIMonitoringServiceApplicationProxy.GetReportViewImageData(String, String, Int32, Int32, Int32, Int32, String, String, [])

Voir aussi

Référence

BIMonitoringServiceApplicationProxy classe

BIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms