Partilhar via


Propriedade do RDL IReportContext.ReportPath

Gets a value that specifies the path of the report.

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

Sintaxe

'Declaração
ReadOnly Property ReportPath As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IReportContext Interface

Namespace Microsoft.ReportingServices.Interfaces