ReportElementInstance.m_reportElementDef Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the report element definition that defines this instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<NonSerializedAttribute> _
Protected m_reportElementDef As ReportElement
'Usage
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
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace