目次 図表の一覧
Contents
[
Hide
]
レポートデザイナーはレポート文書の目次の追加をサポートしていません。Aspose.Pdf for Reporting Servicesを使用すると、PDFレンダーに指示して目次や図表の一覧を含むPDF文書を簡単に作成できます。次の手順で行うことができます。
Aspose.Pdf.ListSectionStyle.xmlファイルが<Instance>
/binに存在することを確認してください。ここで<Instance>
はレポートサーバーのディレクトリです。ファイルが存在しない場合は、<Instance>
/binディレクトリに作成し、以下のマークアップを配置してください。
目次
例
<ListSection ListType="TableOfContents">
<Title Alignment="Center">
<Segment IsTrueTypeFontBold="true" FontSize="30">TableOfContents</Segment>
</Title>
<ListLevelFormat Level="1" LeftMargin="0">
<TextInfo IsTrueTypeFontBold="true" IsTrueTypeFontItalic="true"></TextInfo>
</ListLevelFormat>
<ListLevelFormat Level="2" LeftMargin="10">
<TextInfo IsUnderline="true" FontSize="10"></TextInfo>
</ListLevelFormat>
<ListLevelFormat Level="3" LeftMargin="20">
<TextInfo IsTrueTypeFontBold="true"></TextInfo>
</ListLevelFormat>
<ListLevelFormat Level="4" LeftMargin="30">
<TextInfo IsTrueTypeFontBold="true"></TextInfo>
</ListLevelFormat>
</ListSection>
List of TableS
Example
<ListSection ListType="ListOfTables">
<Title>
<Segment IsTrueTypeFontBold="true" FontSize="30">ListOfTables</Segment>
</Title>
</ListSection>
List of Figures
Example
<ListSection ListType="ListOfFigures">
<Title>
<Segment IsTrueTypeFontBold="true" FontSize="30">ListOfFigures</Segment>
</Title>
</ListSection>
Aspose.Pdf のオンラインドキュメントの「TOC の操作」セクションを参照してください。
2- レポートパラメータ ‘IsListSectionSupported’ を追加し、「リストセクション」パラグラフに示されているように値を True に設定します。 3- 目次、表のリストまたは図のリストにリストされるレポートアイテムのカスタムプロパティを追加します。
Custom Property Name :IsInList Property Value :Boolean Custom Property Value : True or False
現在のレポートアイテムを目次、表のリスト、または図のリストにインデックスでリストされているものとしてマークします。
Custom Property Name : Title Custom Property Type : String
目次、表や図の一覧に表示されるアイテムのタイトル。
Custom Property Name : ListLevel Custom Property Type : Integer
目次に表示されるリストアイテムのレベル。