天天看点

crystal report bookmark group tree

should be use the File version 13.0.8.1216

CrystalDecisions.CrystalReports.Engine.dll

CrystalDecisions.Shared.dll

---------------------------------------------------------

and the report should be 'set Default Export Options'

click 'File',

select 'Export',

select 'Default Export Options',

select 'PDF',

in Export option,

check 'Create bookmarks from group tree'

---------------------------------------------------------

In C#:

CrystalDecisions.Shared.PdfFormatOptions pdfOptions = new CrystalDecisions.Shared.PdfFormatOptions();


pdfOptions.CreateBookmarksFromGroupTree = true;
           

继续阅读