Freigeben über


ReportItem.DefinitionPath-Eigenschaft

Gets the path to this report definition object in the report definition.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property DefinitionPath As String 
    Get
'Usage
Dim instance As ReportItem 
Dim value As String 

value = instance.DefinitionPath
public override string DefinitionPath { get; }
public:
virtual property String^ DefinitionPath {
    String^ get () override;
}
abstract DefinitionPath : string 
override DefinitionPath : string
override function get DefinitionPath () : String

Eigenschaftswert

Typ: System.String
A string value that represents the path to this report definition object in the report definition.

Implementiert

IDefinitionPath.DefinitionPath

Siehe auch

Verweis

ReportItem Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace