Condividi tramite


Classe Bookmark

Represents a bookmark in the report. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.Bookmark

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Bookmark
'Utilizzo
Dim instance As Bookmark
public sealed class Bookmark
public ref class Bookmark sealed
[<SealedAttribute>]
type Bookmark =  class end
public final class Bookmark

Nel tipo Bookmark sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BookmarkId Returns the ID of the bookmark.
Proprietà pubblica Page Returns the soft page on which the bookmark appears.
Proprietà pubblica UniqueName Returns a string that uniquely identifies this bookmark across the entire report.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering