Compartir a través de


Campo ReportItem.m_intUniqueName

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the unique name of the report item.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering