Condividi tramite


Proprietà ReportSection.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 ReadOnly Property DefinitionPath As String 
    Get
'Utilizzo
Dim instance As ReportSection 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value.

Implementa

IDefinitionPath.DefinitionPath

Vedere anche

Riferimento

ReportSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering