Partilhar via


Campo ReportItem.m_intUniqueName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the unique name of the report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Protected m_intUniqueName As Integer
'Uso
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

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.ReportRendering