FlexReport for WinForms
C1.Report 名前空間 (C1.Report.4.6.2)
継承階層
C1.Report.4.6.2 アセンブリ : C1.Report 名前空間
クラス
 クラス解説
クラスRepresents a collection of allowed values for a ReportParameter.
クラスRepresents barcode in the FlexReport.
クラスSpecifies compatibility options for a FlexReport. Properties in this class can be used to control compatibility with older versions and with C1Report.
クラス 
クラス 
クラス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.
クラス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.
クラスRepresents a collection of CalculatedField objects.
クラスRepresents a checkbox field in a report.
クラス 
クラスDefines the visual properties of the check mark of the CheckBoxField.
クラスSystem.Exception that is thrown when a data access error occurs.
クラスRepresents field in the DataSource.
クラスCollection of the fields in the DataSource.
クラスRepresents a data enumerator in a FlexReport. Provides access to data used in reports.
クラス 
クラスFor internal use.
クラスRepresents a data scope in a FlexReport.
クラスRepresnts a data source in a FlexReport.
クラスRepresents a collection of DataSource objects.
クラスFor internal use only.
クラスHelper class to support Microsoft's DbProviderFactories
クラスThe class for implementing the database factory.
クラスFor internal use.
クラスFor internal use.
クラスThe DesignStrings class contains static properties used for design-time UI localization.
クラス 
クラスExecutes specified script and generates the report.
クラスFor internal use.
クラスRepresents legacy field with same functionality as Field of C1Report.
クラスAbstract base class for all C1FlexReport field types.
クラス 
クラス 
クラスRepresents the collection of the FieldBase objects.
クラスFor internal use only.
クラスFor internal use. Helper class used to parse a string as a file name, the file name can be relative or absolute.
クラスRepresents a report field with a chart which is implemented using the FlexChart control.
クラスAbstract base class for report fields with FlexChart-based charts.
クラス 
クラスGenerates data-based banded reports that can be rendered to printer, preview, or exported to various portable formats (including HTML, PDF and other).
クラスRepresents platform independent Font object. Under WinForms encapsulates a C1.Util.Font object and provides get/set access to the font properties.
クラスCollection of the FontHolder objects.
クラスRepresents platform independent Font object. Encapsulates a Font object and provides get/set access to the font properties.
クラスObject used to sort and group report data.
クラスRepresents a collection of Group objects.
クラス 
クラス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.
クラスList of the GroupDef objects. First element defines top level group.
クラス 
クラス 
クラス 
クラスRepresents a report field containing a data bound or static image.
クラスThe Layout object controls how the report is rendered on pages.
クラスFor internal use.
クラスFor internal use.
クラスRepresents a field containing a paragraph of formatted text.
クラスAbstract base class for objects representing fragments within a ParagraphField.
クラスRepresents a collection of ParagraphItem objects.
クラスRepresents run of text in the ParagraphField.
クラスFor internal use.
クラスRenders the report with specified set of parameters.
クラスProvides data for ReportError event.
クラスProvides data for StartPage, EndPage, StartSection, PrintSection events.
クラスProvides data for GetScriptObject event.
クラスRepresents a hyperlink in a report.
クラスClass that contains report metadata.
クラスRepresents a value with an associated label. Both label and value can be specified as constants or as expressions.
クラスRepresents a collection of ReportLabeledValue object.
クラスDescribes the target of a ReportHyperlink. This is an abstract base class for the following derived classes: ReportLinkTargetBookmark, ReportLinkTargetUrl.
クラスDescribes a ReportLinkTargetBase pointing to a some position within a report or another report.
クラス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.

クラス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.
クラスRepresents a C1.Document.NamedCollection<TItem> that notifies FlexReport about changes.
クラスRepresents a named object, this is base class for FieldBase, Section, SubSection and another report's objects.
クラス 
クラスRepresents the collection of the ReportObject objects.
クラスRepresents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes System.Collections.Generic.List`1 member containing members.
クラスRepresents the list of strong named report objects.
クラスRepresents a C1.Document.OwnedCollection<TItem> that notifies FlexReport about changes.
クラスRepresents a parameter in a FlexReport.
クラスRepresents a collection of ReportParameter objects.
クラスRepresents a report parameter value.
クラスCollection of the ReportParameterValue objects.
クラスFor internal use. Helper class allowing to work with resources specified by a file name or a URL.
クラスRepresents an enum value that can be specified as a constant or as an expression.
クラスRepresents an object value that can be specified as a constant or as an expression.
クラスRepresents a string that can be specified as a constant or as an expression.
クラス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.
クラスRepresents a report band.
クラスCollection of the Section objects.
クラスRepresents a field containing a geometric shape.
クラスDefines the sorting parameters.
クラスRepresents a collection of SortDefinition objects.
クラスFor internal use.
クラスFor internal use.
クラスFor internal use.
クラスFor internal use.
クラスThe Strings class contains static properties used for run-time UI localization.
クラスRepresents a strong named object, this is base class for DataSource, ReportParameter.
クラスField used to show subreports in FlexReport.
クラスRepresents a band within a Section. Each Section contains at least one SubSection.
クラスRepresents collection of the SubSection objects.
クラスRepresents a field containing a uniformly formatted databound or static text.
クラスAbstract base class for ParagraphField, TextField and CheckBoxField.
クラスFor internal use. Helper class used to parse a string as a URL, the file name can be relative or absolute.
クラス 
クラスBase class for all visual report objects like FieldBase, Section, SubSection. Defines common visual properties: Border, Background etc.
クラス 
クラスRepresents a watermark or an overlay in a FlexReport.
クラスFor internal use.
インターフェース
 インターフェース解説
インターフェースRepresents an external record set residing in a separate assembly.

If an assembly contains a type supporting this interface, that assembly and type can be selected in the report designer as the data source for a report. A reference to that type and the record set initialization parameters (see Params) are then saved in the XML report definition file. When the report is loaded, the recordset object is created based on the saved info, and used as the data source for the report.

インターフェースInterface used to allow FlexReport to access data stored in a data object of a type for which C1FlexReport does not have built-in support.

C1FlexReport has built-in support for the following data object types: System.Data.DataTable, System.Data.DataView and System.Collections.IList.

インターフェースInterface used to provide filtering functionality for data accessed by FlexReport. This interface allows FlexReport to access data stored in a data object of a type for which it does not have built-in support.

C1FlexReport has built-in support for the following data object types: System.Data.DataTable, System.Data.DataView, and System.Collections.IList.

インターフェース 
インターフェースShould be implemented by the class owning ReportParameterValues.
インターフェースRepresents a local context for script evaluation and execution.
インターフェースProvides C1.Report.ScriptEngine.ReportScriptContextBase and supports notification about property change.
構造体
 構造体解説
構造体Utility class used to simple restore position in the DataHandler via using directive. using (new BookmarkHolder(dataHandler)) { ... }
構造体For internal use.
構造体Defines parameters for working with string: search, replace, etc.
デリゲート
 デリゲート解説
デリゲート 
デリゲートRepresents the method that will handle ReportError event.
デリゲートRepresents the method that will handle StartPage, EndPage, StartSection, PrintSection events.
デリゲートRepresents the method that will handle GetScriptObject event.
列挙型
 列挙体解説
列挙体Determines how the field is positioned with respect to its containing subsection when the subsection grows or shrinks as a result of the subsection's AutoHeight and AutoHeight properties.
列挙体Defines options controlling how an object's size changes automatically depending on its content.
列挙体Specifies the Field’s border style.
列挙体Specifies how boolean values are translated into check boxes.
列挙体Gets or sets the style of a check mark.
列挙体Specifies the layout for the columns (down or across).
列挙体Specifies the type of the data source. Different data sources use different connection string and query command syntaxes.
列挙体Specifies the alignment of text within the field's rectangle.
列挙体Specifies the syntax of the Filter expression.
列挙体The type of embed of fonts into the report.
列挙体Determines whether page breaks should be inserted before or after a field, subsection or section.
列挙体Specifies the logic for handling CanGrow/CanShrink fields.
列挙体Specifies where the Page Footer and Page Header sections are displayed.
列挙体Specifies whether the group should be kept together on a page.
列挙体Specifies the page orientation.
列挙体Specifies the mode of passing parameters to the data source.
列挙体Specifies the alignment of images within the field's rectangle.
列挙体For internal use. Defines possible values of the PictureHolder.Type property.
列挙体Specifies the scaling of images within the field's rectangle.
列挙体Specifies where the background picture is displayed.
列挙体Specifies the type of the record source, such as a table, a stored procedure, or an SQL query.
列挙体Determines whether to calculate a running sum.
列挙体Specifies the section type, which is equivalent to a the index of a Section object in the control's FlexReport.Sections collection.
列挙体Defines the types of sorting.
列挙体Specifies how groups should be sorted.
列挙体Defines the splitting behavior of a report object.
列挙体For internal use.
列挙体Specifies where watermark or overlay is displayed.
参照

参照

C1.Report.4.6.2 アセンブリ