Proprietà 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 MemberHierarchy
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
An IDefinitionPath object.