Partager via


Champ ReportItem.m_canDrag

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies a report item that can drag.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_canDrag As Boolean
'Utilisation
Dim value As Boolean 

value = Me.m_canDrag 

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

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering