'宣言 Public Event AddOutlineEntry As AddOutlineEntryHandler
public event AddOutlineEntryHandler AddOutlineEntry
'宣言 Public Event AddOutlineEntry As AddOutlineEntryHandler
public event AddOutlineEntryHandler AddOutlineEntry
レポート出力形式によっては、レポートグループに基づいて構築されるアウトラインが含まれます。たとえば、PDF レポートでは、このアウトラインがリーダーアプリケーションの左側のペインに表示されます。
アウトラインには、グループヘッダーごとに1つのエントリが含まれ、エントリのテキストは、グループの Group.GroupBy 式の値に基づいて表示されます。
このイベントを使用して、アウトラインに表示されるテキストを変更したり、テキストを非表示にできます。