ReportElement.ParentDefinitionPath Propiedad
Gets the path to report definition object's parent in the report definition.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParentDefinitionPath As IDefinitionPath
Get
'Uso
Dim instance As ReportElement
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
A IDefinitionPath object that represents the path to report definition object's parent in the report definition.
Implementa
IDefinitionPath.ParentDefinitionPath
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering