Partager via


Propriété ReportElement.DefinitionPath

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property DefinitionPath As String 
    Get
'Utilisation
Dim instance As ReportElement 
Dim value As String 

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

Valeur de propriété

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

Implémente

IDefinitionPath.DefinitionPath

Voir aussi

Référence

ReportElement Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering