Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Bookmark property in a ReportItem class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Bookmark As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value that represents the calculated value of the Bookmark property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace