Proprietà ParagraphInstance.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 MustOverride ReadOnly Property UniqueName As String
Get
'Utilizzo
Dim instance As ParagraphInstance
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
Valore proprietà
Tipo: System.String
A string value that represents the unique identifier of this instance object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering