Compartir a través de


ReportItemInstance.Bookmark Propiedad

Gets the calculated value of the Bookmark property in a ReportItem class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property Bookmark As String 
    Get 
    Set
'Uso
Dim instance As ReportItemInstance 
Dim value As String 

value = instance.Bookmark

instance.Bookmark = value
public string Bookmark { get; set; }
public:
property String^ Bookmark {
    String^ get ();
    void set (String^ value);
}
member Bookmark : string with get, set
function get Bookmark () : String 
function set Bookmark (value : String)

Valor de la propiedad

Tipo: System.String
A string value that represents the calculated value of the Bookmark property.

Vea también

Referencia

ReportItemInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering