Campo ReportElementInstance.m_reportElementDef
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the report element definition that defines this instance.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
<NonSerializedAttribute> _
Protected m_reportElementDef As ReportElement
'Utilizzo
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
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering