Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the path to report definition object's parent in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
ReadOnly Property ParentDefinitionPath As IDefinitionPath
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
An IDefinitionPath object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace