GrapeCity ActiveReports for .NET 14.0J
AddBookmark(String) メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Section クラス : AddBookmark(String) メソッド
ブックマークのテキスト。
レポートの見出し一覧にブックマークを追加します。セクションのFormatイベント内でブックマークを追加すると、ブックマークはそのセクションの開始位置に表示を移動します。ブックマークのテキストは目次のツリービュー上に表示されます。
シンタックス
'宣言
 
Public Sub AddBookmark( _
   ByVal text As String _
) 
public void AddBookmark( 
   string text
)

パラメータ

text
ブックマークのテキスト。
参照

Section クラス
Section メンバ