Daftar Isi Daftar Tabel atau Gambar
Pastikan bahwa file Aspose.Pdf.ListSectionStyle.xml ada di <Instance>
/bin, di mana <Instance>
adalah direktori dari Report Server. Jika file tidak ada, buat file tersebut di direktori <Instance>
/bin dan tempatkan markup berikut di dalamnya.
Daftar Isi
Contoh
<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>
Daftar Tabel
Contoh
<ListSection ListType="ListOfTables">
<Title>
<Segment IsTrueTypeFontBold="true" FontSize="30">ListOfTables</Segment>
</Title>
</ListSection>
Daftar Gambar
Contoh
<ListSection ListType="ListOfFigures">
<Title>
<Segment IsTrueTypeFontBold="true" FontSize="30">ListOfFigures</Segment>
</Title>
</ListSection>
Silakan merujuk ke bagian ‘Bekerja dengan TOC’ pada dokumentasi online Aspose.Pdf.
2- Tambahkan parameter laporan ‘IsListSectionSupported’ dan atur nilainya menjadi True seperti yang ditunjukkan dalam paragraf ‘Bagian Daftar’. 3- Tambahkan properti khusus untuk item laporan Anda yang ingin dicantumkan dalam Daftar Isi, Daftar Tabel, atau Gambar.
Nama Properti Khusus :IsInList Nilai Properti :Boolean Nilai Properti Khusus : True atau False
Menandai item laporan saat ini sebagai terdaftar berdasarkan indeks dalam daftar isi, atau daftar tabel atau gambar.
Custom Property Name : Title Custom Property Type : String
Judul item ditampilkan dalam daftar isi, daftar tabel atau gambar.
Custom Property Name : ListLevel Custom Property Type : Integer
Tingkat item yang terdaftar ditampilkan dalam daftar isi.