Condividi tramite


Campo ReportItem.m_intUniqueName

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

Specifies the unique name of the report item.

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

Sintassi

'Dichiarazione
Protected m_intUniqueName As Integer
'Utilizzo
Dim value As Integer 

value = Me.m_intUniqueName 

Me.m_intUniqueName = value
protected int m_intUniqueName
protected:
int m_intUniqueName
val mutable m_intUniqueName: int
protected var m_intUniqueName : int

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering