ReportElement.m_parentDefinitionPath Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies 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
Protected m_parentDefinitionPath As IDefinitionPath
'Usage
Dim value As IDefinitionPath
value = Me.m_parentDefinitionPath
Me.m_parentDefinitionPath = value
protected IDefinitionPath m_parentDefinitionPath
protected:
IDefinitionPath^ m_parentDefinitionPath
val mutable m_parentDefinitionPath: IDefinitionPath
protected var m_parentDefinitionPath : IDefinitionPath
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace