OfficeExportInfo Constructor (String, String)
Initializes a new instance of the OfficeExportInfo class with the specified redirect URI.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
downloadFileName As String, _
exportUri As String _
)
'Usage
Dim downloadFileName As String
Dim exportUri As String
Dim instance As New OfficeExportInfo(downloadFileName, _
exportUri)
public OfficeExportInfo(
string downloadFileName,
string exportUri
)
Parameters
downloadFileName
Type: System.StringThe name of the download file without the file extension.
exportUri
Type: System.StringThe Microsoft SQL Server Reporting Services URI for redirecting the export request.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace