Condividi tramite


Proprietà TextRun.DefinitionPath

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property DefinitionPath As String 
    Get
'Utilizzo
Dim instance As TextRun 
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

Valore proprietà

Tipo: System.String
The path to this report definition object in the report definition.

Implementa

IDefinitionPath.DefinitionPath

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering