Compartir a través de


m_uniqueName Campo

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Sintaxis

'Declaración
<NonSerializedAttribute> _
Protected m_uniqueName As String
'Uso
Dim value As String

value = Me.m_uniqueName

Me.m_uniqueName = value
[NonSerializedAttribute]
protected string m_uniqueName
[NonSerializedAttribute]
protected:
String^ m_uniqueName
[<NonSerializedAttribute>]
val mutable m_uniqueName: string
protected var m_uniqueName : String