[]
Represents a renderer for managing interactive elements.
public interface IInteractivityRenderer
| Name | Description |
|---|---|
| AddBookmark(string, int, RectangleF, int, RectangleF) | Adds a bookmark to the document. |
| AddOutline(string, string, int, RectangleF, string) | Adds an outline entry. |
| AddSorting(string, int, RectangleF) | Adds a sorting action to the document. |
| AddToggle(string, int, RectangleF) | Adds a toggle action to the document. |
| DrillthroughGoTo(string, IDictionary<string, object>, int, RectangleF) | Starts a drill-through link to navigate to a different report. |
| UrlGoTo(string, int, RectangleF) | Starts a hyperlink that navigates to a specified URL. |