Returns bookmark for the given control.

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

Syntax

C#
string GetBookmark(
	ReportControl control
)
Visual Basic (Declaration)
Function GetBookmark ( _
	control As ReportControl _
) As String
Visual C++
String^ GetBookmark(
	ReportControl^ control
)

See Also