Propriedade do RDL IDefinitionPath.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
ReadOnly Property ParentDefinitionPath As IDefinitionPath
Get
'Uso
Dim instance As IDefinitionPath
Dim value As IDefinitionPath
value = instance.ParentDefinitionPath
IDefinitionPath ParentDefinitionPath { get; }
property IDefinitionPath^ ParentDefinitionPath {
IDefinitionPath^ get ();
}
abstract ParentDefinitionPath : IDefinitionPath
function get ParentDefinitionPath () : IDefinitionPath
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
An IDefinitionPath object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering