Compartir a través de


CompiledParagraphInstance.UniqueName Propiedad

Gets the unique identifier of this instance object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property UniqueName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

CompiledParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering