Compartir a través de


Campo ReportItem.m_canEdit

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies a report item that can edit.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_canEdit As Boolean
'Uso
Dim value As Boolean 

value = Me.m_canEdit 

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering