Compartilhar via


Propriedade do RDL ReportItem.DefinitionPath

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

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

Sintaxe

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

Valor da propriedade

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

Implementa

IDefinitionPath.DefinitionPath

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering