Compartir a través de


Campo ReportElementInstance.m_reportElementDef

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

Specifies the report element definition that defines this instance.

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

Sintaxis

'Declaración
<NonSerializedAttribute> _
Protected m_reportElementDef As ReportElement
'Uso
Dim value As ReportElement 

value = Me.m_reportElementDef 

Me.m_reportElementDef = value
[NonSerializedAttribute]
protected ReportElement m_reportElementDef
[NonSerializedAttribute]
protected:
ReportElement^ m_reportElementDef
[<NonSerializedAttribute>]
val mutable m_reportElementDef: ReportElement
protected var m_reportElementDef : ReportElement

Vea también

Referencia

ReportElementInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering