Partager via


Propriété CompiledParagraphInstance.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 Overrides ReadOnly Property UniqueName As String 
    Get
'Utilisation
Dim instance As CompiledParagraphInstance 
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

Valeur de propriété

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

Voir aussi

Référence

CompiledParagraphInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering