Condividi tramite


Proprietà CompiledTextRunInstance.UniqueName

Gets the unique identifier of this instance object.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property UniqueName As String 
    Get
'Utilizzo
Dim instance As CompiledTextRunInstance 
Dim value As String 

value = instance.UniqueName
public override string UniqueName { get; }
public:
virtual property String^ UniqueName {
    String^ get () override;
}
abstract UniqueName : string 
override UniqueName : string
override function get UniqueName () : String

Valore proprietà

Tipo: System.String
A string value that represents the unique identifier of this instance object.

Vedere anche

Riferimento

CompiledTextRunInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering