OfficeExportInfo.ExportUri property

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

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public ReadOnly Property ExportUri As String
    Get
'Usage
Dim instance As OfficeExportInfo
Dim value As String

value = instance.ExportUri
public string ExportUri { get; }

Property value

Type: System.String
The Microsoft SQL Server Reporting Services URI for redirecting the export request.

See also

Reference

OfficeExportInfo class

OfficeExportInfo members

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export namespace