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

    The name of the download file without the file extension.

  • exportUri
    Type: System.String

    The Microsoft SQL Server Reporting Services URI for redirecting the export request.

See also

Reference

OfficeExportInfo class

OfficeExportInfo members

OfficeExportInfo overload

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export namespace