Share via


IReportContext.ReportPath Property

Gets a value that specifies the path of the report.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property ReportPath As String 
    Get
'Usage
Dim instance As IReportContext 
Dim value As String 

value = instance.ReportPath
string ReportPath { get; }
property String^ ReportPath {
    String^ get ();
}
abstract ReportPath : string
function get ReportPath () : String

Property Value

Type: System.String
A value that specifies the path of the report.

See Also

Reference

IReportContext Interface

Microsoft.ReportingServices.Interfaces Namespace