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
Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace