[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer

IInteractivityRenderer Interface

Represents a renderer for managing interactive elements.

Namespace: GrapeCity.ActiveReports.Rendering.Export
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IInteractivityRenderer

Methods

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.

Extension Methods