Condividi tramite


Campo ReportItem.m_canClick

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies a report item that can click.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_canClick As Boolean
'Utilizzo
Dim value As Boolean 

value = Me.m_canClick 

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

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering