Propriedade do RDL TextRunInstance.UniqueName
Gets the unique identifier of this instance object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property UniqueName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string value that represents the unique identifier of this instance object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering