Propriedade ParentDefinitionPath
Gets the path to report definition object's parent in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath
Get
'Uso
Dim instance As TablixHeader
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .IDefinitionPath
A IDefinitionPath object.
Implementa
Consulte também