Partilhar via


Campo ReportItem.m_dropTarget

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

Specifies the drop target of the report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Protected m_dropTarget As Boolean
'Uso
Dim value As Boolean 

value = Me.m_dropTarget 

Me.m_dropTarget = value
protected bool m_dropTarget
protected:
bool m_dropTarget
val mutable m_dropTarget: bool
protected var m_dropTarget : boolean

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.ReportRendering