Bookmarks in PDF
Bookmarks in PDF
Does stimulReport.net support creating bookmarks in PDF documents?
Bookmarks in PDF
Yes, Stimulsoft Reports.Net supports bookmarks in PDF documents.
Thank you
Thank you
Bookmarks in PDF
Im having problems confirming that bookmarks work in PDF.
Could you please shown me some code or point me to an example where bookmarks are added to the Exported PDF document in ASP.net 2.0 at runtime.
thank you for the quick reply
Could you please shown me some code or point me to an example where bookmarks are added to the Exported PDF document in ASP.net 2.0 at runtime.
thank you for the quick reply
Bookmarks in PDF
Found it:
//Add bookmark - UserID
StiBookmarkExpression bookmarkExp = new StiBookmarkExpression();
bookmarkExp.Value = {"Users." + StiCodeDomSerializator.ReplaceSymbols(data.UserID) + "}";
dataBand.Bookmark = bookmarkExp;
//Add bookmark - UserID
StiBookmarkExpression bookmarkExp = new StiBookmarkExpression();
bookmarkExp.Value = {"Users." + StiCodeDomSerializator.ReplaceSymbols(data.UserID) + "}";
dataBand.Bookmark = bookmarkExp;