Partager via


Champ ReportItem.m_intUniqueName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies the unique name of the report item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_intUniqueName As Integer
'Utilisation
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

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering