Name | Description | |
---|---|---|
Designer Constructor | Creates a new Instance of Designer class. |
The following tables list the members exposed by Designer.
Name | Description | |
---|---|---|
Designer Constructor | Creates a new Instance of Designer class. |
Name | Description | |
---|---|---|
ColorTheme | Gets or sets the colors of the report designer's section bands and ruler. | |
DesignerUnits | Gets or sets the measurement units for the designer. | |
DrawGrid | Gets or sets a value indicating whether a grid is drawn in the designer. | |
EnableOleObject | Enable or disable the OleObject control in the Visual Studio Toolbox. | |
EnablePreview | Gets or sets a value determining whether the preview tab on the Designer control is enabled or disabled. | |
EnableScripting | Sets or returns a value indicating whether scripting is enabled for the designer. | |
FontResolver | Gets or sets the font resolver. | |
GridMode | Gets or sets the GridMode in the designer. | |
GridX | Determines how coarse the designer grid should be. | |
GridY | Determines how coarse the designer grid should be. | |
LaunchDataSourceWizard | ||
LayoutMode | Gets or sets the value that determines how the end user can lay out controls on the report design surface. | |
LockControls | Specifies whether the controls are locked in place. | |
PageReportDesignerActions | Specify the allowed actions in PageReport Designer. | |
PreviewPages | Gets or sets the number of pages of report that should be generated for preview. | |
PromptUser | Determines whether to display a dialog when a control is deleted. | |
PropertyGrid | Attaches a System.Windows.Forms.PropertyGrid to the designer to display the properties of an item selected within the designer. | |
Report | Returns a reference to the designer's report object. | |
ReportPartsDirectory | Gets or sets the path to load reports in to the report items library. By default it's current user's Documents folder. | |
ReportTabsPanelVisible | Shows/Hides the Report Design/Script/Preview tabs panel. | |
ReportTabsVisible | Sets or returns a value indicating whether the report tabs are shown below the designer. | |
ReportType | Temporary report type indicator. Used by Report Explorer and (potentially) by Toolbox. | |
ResourceLocator | Gets or sets the resource locator implementation that used to locate the custom resources. | |
ScrollingMode | Gets/sets the scrolling mode | |
Selection | Returns the collection of selected objects. | |
ShowDataSourceIcon | Specifies whether the Datasource icon will be visible on the detail section bar to allow the user to modify the report's data source settings. | |
SnapGrid | Sets or returns a value indicating whether the controls should be snapped to the grid points. | |
Toolbox | Gets or Sets the IToolboxService for the Report Designer. | |
ToolBoxItem | Sets the type of control in the toolbox. | |
ToolPanel | Gets or sets the value that indicate the tools that are available in the designer tool panel. | |
UndoManager | The UndoManager allows users to undo and redo changes. | |
Zoom | Gets or sets the zoom value for the Designer. |
Name | Description | |
---|---|---|
CreateToolStrips | Creates ActiveReports ToolStrips in a ToolStrip or ToolStripContainer control. | |
ExecuteAction | Overloaded. Executes a specified DesignerAction command. | |
LoadReport | Overloaded. Loads an existing report XML layout into the designer. | |
NewReport | Overloaded. Initializes the designer with a new report layout. | |
PointToSection | Returns the screen coordinates of a specified point in a given section. | |
QueryActionChecked | Queries the object for the checked status of one or more commands. | |
QueryActionEnabled | Queries the object for the enabled status of one or more commands. | |
RunDataWizard | Open Data Wizard automatically on creating a new report | |
SaveReport | Overloaded. Saves a report XML layout to the filename or stream specified. | |
ScaleSizeToDpi | Creates a new System.Drawing.Size struct by scaling the specified size for default dpi to size for current device's dpi. | |
SectionAt | Returns the section at the specified point. |
Name | Description | |
---|---|---|
ChartDataSourceClicked | Fires after a chart data source item has been clicked. | |
ContextMenuOpen | Fires before a context menu is opened. | |
DataSourceIconClick | Raised when the Datasource icon is clicked in the designer. | |
DataSourceIconClicked | Gets the value from the DialogResult when the data source icon is clicked. | |
DesignerTabChanged | Raised when the designer tab changes. | |
EditModeEntering | This event occurs when the end user clicks inside a TextBox, Label, CheckBox or RichTextBox control in the End User Designer and enters edit mode. | |
EditModeExit | This event occurs when an end user leaves edit mode in a TextBox, Label, CheckBox or RichTextBox control in the End User Designer. | |
LayoutChanged | Raised when the layout is changed. | |
LayoutChanging | Raised when the layout is changing and passes the sender a new EventArgs class called LayoutChangingArgs. | |
LocateCredentials | Occurs when the report is previewed and credentials are needed. | |
LocateDataSource | Occurs when a data provider of the previewed report needs to locate the data at runtime. | |
ReportChanged | Notifies about report changes. | |
ScriptChanged | Raised when the script for a report in the End User Report Designer is changed. | |
SelectionChanged | Raised when the selection changes. | |
StatusChanged | This event is raised for each change in the status of the designer actions. | |
ToolboxItemChanged | Raised when a toolbox control is drawn on the Report Designer. |
Designer Class
GrapeCity.ActiveReports.Design Namespace
Creating a Basic End User Report Designer