Class | Description | |
---|---|---|
AllowedValuesDefinition | Represents a collection of allowed values for a ReportParameter. | |
BarCodeField | Represents barcode in the C1FlexReport. | |
BehaviorOptions | Specifies compatibility options for a C1FlexReport. Properties in this class can be used to control compatibility with older versions and with C1Report. | |
BoundLabeledValues | Represents the dynamic list of the labeled values, the count of values is defined by the count of records in the linked DataSource, ValueExpression used to calculated actual value, LabelExpression used to calculated a label of value. | |
C1FlexReport | Generates data-based banded reports that can be rendered to printer, preview, or exported to various portable formats (including HTML, PDF and other). | |
ChartField | Represents a report field with a chart. | |
CheckBoxField | Represents a checkbox field in a report. | |
CheckMark | Defines the visual properties of the check mark of the CheckBoxField. | |
DataAccessException | System.Exception that is thrown when a data access error occurs. | |
DataField | Represents field in the DataSource. | |
DataFieldCollection | Collection of the fields in the DataSource. | |
DataHandler | Represents a data enumerator in a C1FlexReport. Provides access to data used in reports. | |
DataScope | Represents a data scope in a C1FlexReport. | |
DataSource | Represnts a data source in a C1FlexReport. | |
DataSourceCollection | Represents a collection of DataSource objects. | |
ExecuteScriptAction | Executes specified script and generates the report. | |
Field | Represents legacy field with same functionality as Field of C1Report. | |
FieldBase | Abstract base class for all C1FlexReport field types. | |
FieldCollection | Represents the collection of the FieldBase objects. | |
FlexChartField | Represents a report field with a chart which is implemented using the FlexChart control. | |
FlexChartFieldBase | Abstract base class for report fields with FlexChart-based charts. | |
FontData | Represents platform independent Font object. Under WinForms encapsulates a System.Drawing.Font object and provides get/set access to the font properties. | |
FontHolder | Represents platform independent Font object. Under WinForms encapsulates a Font object and provides get/set access to the font properties. | |
Group | Object used to sort and group report data. | |
GroupCollection | Represents a collection of Group objects. | |
ImageField | Represents a report field containing a data bound or static image. | |
Layout | The Layout object controls how the report is rendered on pages. | |
ParagraphField | Represents a field containing a paragraph of formatted text. | |
ParagraphItem | Abstract base class for objects representing fragments within a ParagraphField. | |
ParagraphItemCollection | Represents a collection of ParagraphItem objects. | |
ParagraphText | Represents run of text in the ParagraphField. | |
RenderReportAction | Renders the report with specified set of parameters. | |
ReportErrorEventArgs | Provides data for C1FlexReport.ReportError event. | |
ReportEventArgs | Provides data for C1FlexReport.StartPage, C1FlexReport.EndPage, C1FlexReport.StartSection, C1FlexReport.PrintSection events. | |
ReportGetScriptObjectEventArgs | Provides data for C1FlexReport.GetScriptObject event. | |
ReportHyperlink | Represents a hyperlink in a report. | |
ReportInfo | Class that contains report metadata. | |
ReportLabeledValue | Represents a value with an associated label. Both label and value can be specified as constants or as expressions. | |
ReportLinkTargetBase | Describes the target of a ReportHyperlink. This is an abstract base class for the following derived classes: ReportLinkTargetBookmark, ReportLinkTargetUrl. | |
ReportLinkTargetBookmark | Describes a ReportLinkTargetBase pointing to a some position within a report or another report. | |
ReportLinkTargetScript | Describes a ReportLinkTargetBase that executes a script.
When the hyperlink is clicked in a viewer, the specified script is executed and then the report is re-generated. The script is executed when the data source is not yet open, so fields' values are unavailable. This script can be used to change the report parameters' values, properties of the report's fields, sections and so on. | |
ReportLinkTargetUrl | Describes a ReportLinkTargetBase pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs. | |
ReportObject | Represents a named object, this is base class for FieldBase, Section, SubSection and another report's objects. | |
ReportObjectCollection<TItem> | Represents the collection of the ReportObject objects. | |
ReportObjectList<TItem> | Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List member containing members. | |
ReportObjectNamedList<TItem> | Represents the list of strong named report objects. | |
RtfField | Represents a field containing Rich Text Format text (RTF). | |
ScriptEnumValue<T> | Represents an enum value that can be specified as a constant or as an expression. | |
ScriptObjectValue | Represents an object value that can be specified as a constant or as an expression. | |
ScriptStringValue | Represents a string that can be specified as a constant or as an expression. | |
ScriptValue<T> | The abstract base class for types such as ScriptStringValue, ScriptObjectValue and others that allow to specify a value either as a literal or as an expression. | |
Section | Represents a report band. | |
SectionCollection | Collection of the Section objects. | |
ShapeField | Represents a field containing a geometric shape. | |
SortDefinition | Defines the sorting parameters. | |
StrongNamedReportObject | Represents a strong named object, this is base class for DataSource, ReportParameter. | |
SubreportField | Field used to show subreports in C1FlexReport. | |
SubSection | Represents a band within a Section. Each Section contains at least one SubSection. | |
SubSectionCollection | Represents collection of the SubSection objects. | |
TextField | Represents a field containing a uniformly formatted databound or static text. | |
TextFieldBase | Abstract base class for ParagraphField, TextField and CheckBoxField. | |
VisualReportObject | Base class for all visual report objects like FieldBase, Section, SubSection. Defines common visual properties: Border, Background etc. | |
Watermark | Represents a watermark or an overlay in a C1FlexReport. |