Partager via


Propriété UniqueName

Gets the unique identifier of this instance object.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property UniqueName As String
    Get
'Utilisation
Dim instance As TextRunInstance
Dim value As String

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

Valeur de propriété

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