ReportPartBookmarkNavigationEventArgs.ReportPartBookmark Property
This is the report part bookmark information attached to the report object that the user clicked.
Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)
Syntax
'Declaration
Public Property ReportPartBookmark As CrystalDecisions.CrystalReports.ViewerObjectModel.ReportPartBookmark
public CrystalDecisions.CrystalReports.ViewerObjectModel.ReportPartBookmark ReportPartBookmark {get; set;}
Remarks
The report part navigation will go to the report object, ObjectName, in the data context, DataContext, in the report specified in the ReportUri property. If the ReportUri is "", the navigation will jump to a report part within the same report.
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports .NET 9
See Also
Reference
ReportPartBookmarkNavigationEventArgs Class
ReportPartBookmarkNavigationEventArgs Members
CrystalDecisions.Web Namespace