Condividi tramite


Campo DataCell.m_owner

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

Specifies the custom report item that owns the data cell.

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

Sintassi

'Dichiarazione
Protected m_owner As CustomReportItem
'Utilizzo
Dim value As CustomReportItem 

value = Me.m_owner 

Me.m_owner = value
protected CustomReportItem m_owner
protected:
CustomReportItem^ m_owner
val mutable m_owner: CustomReportItem
protected var m_owner : CustomReportItem

Vedere anche

Riferimento

DataCell Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering