Returns bookmark for the specified control.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
public string GetBookmark(
	ReportControl control
)
Visual Basic (Declaration)
Public Function GetBookmark ( _
	control As ReportControl _
) As String
Visual C++
public:
virtual String^ GetBookmark(
	ReportControl^ control
) sealed

Implements

IHtmlContext..::.GetBookmark(ReportControl)

See Also