| クラス | 解説 | |
|---|---|---|
![]() | AllowedValuesDefinition | Represents a collection of allowed values for a ReportParameter. |
![]() | BarCodeField | Represents barcode in the FlexReport. |
![]() | BehaviorOptions | Specifies compatibility options for a FlexReport. Properties in this class can be used to control compatibility with older versions and with C1Report. |
![]() | BookmarkList | |
![]() | BookmarkListDataHandler | |
![]() | 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. |
![]() | CalculatedField | Represents a calculated data field associated with a FlexReport's data source. Usually values of such fields are calculated based on values of other fields in the data source. |
![]() | CalculatedFieldCollection | Represents a collection of CalculatedField objects. |
![]() | CheckBoxField | Represents a checkbox field in a report. |
![]() | CheckBoxField.ResImage | |
![]() | 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 FlexReport. Provides access to data used in reports. |
![]() | DataHandlerDataScope | |
![]() | DataLinkBase | For internal use. |
![]() | DataScope | Represents a data scope in a FlexReport. |
![]() | DataSource | Represnts a data source in a FlexReport. |
![]() | DataSourceCollection | Represents a collection of DataSource objects. |
![]() | DataSourceInfo | For internal use only. |
![]() | DbFactoriesHelper | Helper class to support Microsoft's DbProviderFactories |
![]() | DbFactoryLink | The class for implementing the database factory. |
![]() | DbLink | For internal use. |
![]() | DbUtils | For internal use. |
![]() | DesignStrings | The DesignStrings class contains static properties used for design-time UI localization. |
![]() | DesignStrings.C1FlexReport | |
![]() | ExecuteScriptAction | Executes specified script and generates the report. |
![]() | ExternalObjectLink | For internal use. |
![]() | Field | Represents legacy field with same functionality as Field of C1Report. |
![]() | FieldBase | Abstract base class for all C1FlexReport field types. |
![]() | FieldBase.PropsTable<T> | |
![]() | FieldBase.StyleKey | |
![]() | FieldCollection | Represents the collection of the FieldBase objects. |
![]() | FieldInfo | For internal use only. |
![]() | FileNameParser | For internal use. Helper class used to parse a string as a file name, the file name can be relative or absolute. |
![]() | 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. |
![]() | FlexChartFieldBase.PropsTable<T> | |
![]() | FlexReport | Generates data-based banded reports that can be rendered to printer, preview, or exported to various portable formats (including HTML, PDF and other). |
![]() | FontData | Represents platform independent Font object. Under WinForms encapsulates a C1.Util.Font object and provides get/set access to the font properties. |
![]() | FontDataCollection | Collection of the FontHolder objects. |
![]() | FontHolder | Represents platform independent Font object. 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. |
![]() | GroupDataScope | |
![]() | GroupDef | Internal class defines grouping used to describe grouping in same way from different sources, it is needed because group definition at the report level (FlexReport.Groups) different, for example, from difinition in the Chart field. |
![]() | GroupDefList | List of the GroupDef objects. First element defines top level group. |
![]() | GroupNode | |
![]() | GroupNodeList | |
![]() | GroupNodeListDataHandler | |
![]() | ImageField | Represents a report field containing a data bound or static image. |
![]() | Layout | The Layout object controls how the report is rendered on pages. |
![]() | OdbcLink | For internal use. |
![]() | OledbLink | For internal use. |
![]() | 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. |
![]() | PictureHolder | For internal use. |
![]() | RenderReportAction | Renders the report with specified set of parameters. |
![]() | ReportErrorEventArgs | Provides data for ReportError event. |
![]() | ReportEventArgs | Provides data for StartPage, EndPage, StartSection, PrintSection events. |
![]() | ReportGetScriptObjectEventArgs | Provides data for 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. |
![]() | ReportLabeledValues | Represents a collection of ReportLabeledValue object. |
![]() | 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. |
![]() | ReportNamedCollection<TItem> | Represents a C1.Document.NamedCollection<TItem> that notifies FlexReport about changes. |
![]() | ReportObject | Represents a named object, this is base class for FieldBase, Section, SubSection and another report's objects. |
![]() | ReportObject.PropsTable<T> | |
![]() | 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 System.Collections.Generic.List`1 member containing members. |
![]() | ReportObjectNamedList<TItem> | Represents the list of strong named report objects. |
![]() | ReportOwnedCollection<TItem> | Represents a C1.Document.OwnedCollection<TItem> that notifies FlexReport about changes. |
![]() | ReportParameter | Represents a parameter in a FlexReport. |
![]() | ReportParameterCollection | Represents a collection of ReportParameter objects. |
![]() | ReportParameterValue | Represents a report parameter value. |
![]() | ReportParameterValues | Collection of the ReportParameterValue objects. |
![]() | ResourceNameParser | For internal use. Helper class allowing to work with resources specified by a file name or a URL. |
![]() | 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. |
![]() | SortDefinitionCollection | Represents a collection of SortDefinition objects. |
![]() | SQLiteLink | For internal use. |
![]() | SqlServerCe3_5Link | For internal use. |
![]() | SqlServerCe4_0Link | For internal use. |
![]() | StringParser | For internal use. |
![]() | Strings | The Strings class contains static properties used for run-time UI localization. |
![]() | StrongNamedReportObject | Represents a strong named object, this is base class for DataSource, ReportParameter. |
![]() | SubreportField | Field used to show subreports in FlexReport. |
![]() | 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. |
![]() | UrlParser | For internal use. Helper class used to parse a string as a URL, the file name can be relative or absolute. |
![]() | Utils | |
![]() | VisualReportObject | Base class for all visual report objects like FieldBase, Section, SubSection. Defines common visual properties: Border, Background etc. |
![]() | VisualReportObject.PropsTable<T> | |
![]() | Watermark | Represents a watermark or an overlay in a FlexReport. |
![]() | XmlLink | For internal use. |




