Class | Description | |
---|---|---|
ARControl | ARControl is the base class for ActiveReports controls. You should not need to use this class in your application. | |
Barcode | The Barcode control is used to print barcode symbology in the report. | |
ChartControl | Renders a chart on the report. | |
CheckBox | Checkbox is used to print Boolean values as checked or unchecked. | |
ControlCollection | Represents a collection of ARControl objects. | |
CrossSectionBox | The CrossSectionBox control renders a rectangular outline with its corners where you place them in the header and footer sections, and its vertical lines growing with intervening sections. | |
CrossSectionControl | ARControl is the base class for ActiveReports CrossSection controls. You should not need to use this class in your application. | |
CrossSectionLine | The CrossSectionLine control renders a vertical line that begins where you place it in a header section, grows with any intervening sections, and ends where you place it in the related footer section. | |
CustomControl | CustomControl is a wrapper class that allows you to print .NET controls that inherit from System.Windows.Forms.Control | |
Detail | Detail section is the main section in a report. It is printed once for each record in the data source. | |
GroupFooter | The GroupFooter section is directly related to the Detail section and its matching group header. It prints once each time a group of similar records (as defined in the GroupHeader.DataField property) ends. A GroupFooter section cannot exist without a matching GroupHeader section. | |
GroupHeader | The GroupHeader section prints once for every data group defined using the field specified in DataField property. A GroupHeader section requires a matching GroupFooter section. | |
Label | Prints static text on the report. | |
Line | Prints a line on the report. | |
OleObject | OleObject is a wrapper class for printing OLE objects. | |
PageBreak | PageBreak ends the current page and starts a new page at the control's location on the page. | |
PageFooter | The PageFooter section prints once at the bottom of every page in the report. | |
PageHeader | The PageHeader section prints once at the top of every page in the report. | |
Parameter | A Parameter is used to substitute values for parameter placeholders in the report's data source SQL query text. | |
ParameterCollection | Represents the collection of parameters that ActiveReports parses from the parameter placeholders in the data source SQL query. | |
Picture | Prints an image on the report. | |
ReportFooter | The ReportFooter section prints once at the end of the report. | |
ReportHeader | The ReportHeader section is printed once at the beginning of the report. | |
ReportInfo | The ReportInfo control displays the information specified in the FormatString property. | |
RichTextBox | Prints text formatted as Rich Text (RTF) on the report. | |
Section | Section is the base class of all ActiveReports section types. | |
Shape | Prints a rectangular or oval shape on the report. | |
Style | Represents the formatting properties of a control. | |
StyleSheet | Represents the collection of Style objects used to format controls. | |
SubReport | Prints a linked report object as part of the current report. Subreports are linked using the Report property. | |
TextBox | Prints a formatted text value, bound or unbound. |