Compartilhar via


Campo ReportElement.m_parentDefinitionPath

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies 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
Protected m_parentDefinitionPath As IDefinitionPath
'Uso
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

Consulte também

Referência

ReportElement Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering