OfficeExportInfo - Constructeur (String, String)
Initialise une nouvelle instance de la classe OfficeExportInfo avec l'URI de redirection spécifié.
Espace de noms : Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly : Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntaxe
'Déclaration
Public Sub New ( _
downloadFileName As String, _
exportUri As String _
)
'Utilisation
Dim downloadFileName As String
Dim exportUri As String
Dim instance As New OfficeExportInfo(downloadFileName, _
exportUri)
public OfficeExportInfo(
string downloadFileName,
string exportUri
)
Paramètres
downloadFileName
Type : System.StringLe nom du fichier à télécharger sans l'extension de fichier.
exportUri
Type : System.StringLe Microsoft SQL Server de demandes de Reporting de Services URI de redirection de l'exportation.
Voir aussi
Référence
Microsoft.PerformancePoint.Scorecards.ServerCommon.Export - Espace de noms