Partager via


Propriété Paragraph.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 Overrides ReadOnly Property DefinitionPath As String 
    Get
'Utilisation
Dim instance As Paragraph 
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

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

Paragraph Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering