Bookmark-Klasse
Represents a bookmark in the report. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.ReportRendering.Bookmark
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Bookmark
'Usage
Dim instance As Bookmark
public sealed class Bookmark
public ref class Bookmark sealed
[<SealedAttribute>]
type Bookmark = class end
public final class Bookmark
Der Bookmark-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BookmarkId | Returns the ID of the bookmark. | |
Page | Returns the soft page on which the bookmark appears. | |
UniqueName | Returns a string that uniquely identifies this bookmark across the entire report. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.