OfficeExportInfo constructor (String, Byte[])

Initializes a new instance of the OfficeExportInfo class with the specified export format.

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, _
    exportData As Byte() _
)
'Usage
Dim downloadFileName As String
Dim exportData As Byte()

Dim instance As New OfficeExportInfo(downloadFileName, _
    exportData)
public OfficeExportInfo(
    string downloadFileName,
    byte[] exportData
)

Parameters

  • downloadFileName
    Type: System.String

    The name of the download file without the file extension.

  • exportData
    Type: []

    The Microsoft Excel or Microsoft PowerPoint data written to the download file.

See also

Reference

OfficeExportInfo class

OfficeExportInfo members

OfficeExportInfo overload

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export namespace