ParagraphInstance.UniqueName Property

Gets the unique identifier of this instance object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property UniqueName As String
    Get
'Usage
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

Property Value

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