Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique identifier of this instance object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property UniqueName As String
Get
'Usage
Dim instance As ReportItemInstance
Dim value As String
value = instance.UniqueName
public virtual string UniqueName { get; }
public:
virtual property String^ UniqueName {
String^ get ();
}
abstract UniqueName : string
override UniqueName : string
function get UniqueName () : String
Property Value
Type: System.String
A string value that represents the unique identifier of this instance object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace