Campo ReportItemInstance.m_uniqueName
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 identifier of this instance object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
<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
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering