Condividi tramite


Proprietà ReportSection.ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath 
    Get
'Utilizzo
Dim instance As ReportSection 
Dim value As IDefinitionPath 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
A IDefinitionPath object.

Implementa

IDefinitionPath.ParentDefinitionPath

Vedere anche

Riferimento

ReportSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering