Campo ReportItemInstance.m_uniqueName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the unique identifier of this instance object.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
<NonSerializedAttribute> _
Protected m_uniqueName As String
'Utilizzo
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
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering