ActiveReports Developer 7
GrapeCity.ActiveReports.Design Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Design.Win.v7 Assembly : GrapeCity.ActiveReports.Design Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Design namespace contains the designer classes and designer controls.

Classes

 ClassDescription
ClassChartDataSourceClickedEventArgs Provides data for the Designer.ChartDataSourceClicked event.
ClassContextMenuOpenArgs

The ContextMenuOpenArgs class provides data needed for the ContextMenuOpen event.

ClassDataSourceIconClickedEventArgs This class retrieves the value from the DialogResult after the data source icon is clicked.
ClassDataSourceIconClickEventArgs DatasourceClickEventArgs holds the cancel value to stop the default Datasource dialog from showing.
ClassDesigner The Designer class is the base class for the End-User Report Designer control.
ClassDesignerTabChangedEventArgs Contains the active tab information.
ClassEditModeEnteringEventArgs This class retrieves the type of control to be edited when the user enters edit mode, allowing you to cancel editing for specified types of controls.
ClassEditModeExitEventArgs This class retrieves the type of control edited when the user exits edit mode.
ClassLayoutChangedArgs

The LayoutChangedArgs class provides data required for the LayoutChanged event.

ClassLayoutChangingArgs

The LayoutChangingArgs class provides data required for the LayoutChanging event.

ClassScripEditorEventArgs

The ScripEditorEventArgs class provides data required for the ScriptChanged event.

ClassSelection

Indicates the currently selected items in the report layout.

ClassUndoManager The UndoManager class allows users to undo and redo changes.

Interfaces

 InterfaceDescription
InterfaceITrackSelectionService Defines the common interface that enables the transmission of events related to change in selection in the host environment.
InterfaceIVsPackageIntegration Provides an interface for the IVsPackageIntegration service.

Delegates

 DelegateDescription
DelegateContextMenuOpenEventHandler Represents a method that handles the ContextMenuOpen event.
DelegateDataSourceIconClickedEventHandler Represents a method that handles the DataSourceIconClicked event.
DelegateDataSourceIconClickEventHandler Represents a method that handles the DataSourceIconClick event.
DelegateDesignerTabChangedEventHandler Represents the method that handles the event, containing the active tab information.
DelegateEditModeEnteringEventHandler Represents a method that handles the EditModeEntering event.
DelegateEditModeExitEventHandler Represents a method that handles the EditModeExit event.
DelegateLayoutChangedEventHandler Represents a method that handles the LayoutChanged event.
DelegateLayoutChangingEventHandler Represents a method that handles the LayoutChanging method.
DelegateScriptChangedEventHandler Represents a method that handles the ScriptChanged event.
DelegateSelectionChangedEventHandler Represents a method that handles the SelectionChanged event.
DelegateStatusChangedEventHandler Represents a method that handles the StatusChanged event.
DelegateToolboxItemChangedEventHandler Represents a method that will handle the ToolboxItemChanged event.

Enumerations

 EnumerationDescription
EnumerationContextMenuTypes Specifies the type of menu that will be opened for this sourceObject.
EnumerationDebugMode Specifies the type of debugging.
EnumerationDesignerAction List of available designer commands (actions)
EnumerationDesignerReportType Available report types
EnumerationDesignerToolStrips Enumeration of the types of tool strips to use with the designer.
EnumerationExitType Specifies the action to perform when the user exits edit mode.
EnumerationGridMode Specifies the type of the grid to draw in the designer surface.
EnumerationLayoutChangeType Enumeration of change settings for the report layout.
EnumerationLayoutMode Enumeration of modes for laying out controls on the report designer.
EnumerationMeasurementUnits Specifies the ruler measurement units.
EnumerationMouseMode Available designer MouseMode types.
EnumerationSelectionType Enumeration of types of selection that can occur.
EnumerationToolPanelButton Available designer ToolPanelButton controls

See Also