共用方式為


UniqueName 屬性

Returns a string that uniquely identifies this bookmark across the entire report.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property UniqueName As String
    Get
'用途
Dim instance As Bookmark
Dim value As String

value = instance.UniqueName
public string UniqueName { get; }
public:
property String^ UniqueName {
    String^ get ();
}
member UniqueName : string
function get UniqueName () : String

屬性值

型別:System. . :: . .String
A string value containing a unique name for this bookmark.

備註

The string will only contain characters 0-9 and a-z.