UniqueName 属性
Gets the unique identifier of this instance object.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public MustOverride ReadOnly Property UniqueName As String
Get
用法
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
属性值
类型:System. . :: . .String
A string value that represents the unique identifier of this instance object.