Classes
Class | Description | |
---|---|---|
C1Report |
Generates Access-style, data-based banded reports that can be rendered into a FixedDocumentSequence,
directly to a printer, or exported to various portable formats (including XPS, HTML, PDF, and text).
|
|
DataAccessException |
Exception that is thrown when a data access error occurs.
|
|
DataSource |
Provides data for reports.
|
|
DialogEventArgs |
Provides data for InitializeParametersDialog event.
|
|
ExportFilter |
Base class for all export filters, used with the RenderToFilter(ExportFilter) method to render
reports into different formats.
|
|
Field |
Displays individual data items in a report.
|
|
FieldCollection |
FieldCollection class represents a collection of the Field objects.
|
|
Group |
Object used to sort and group report data.
|
|
GroupCollection |
GroupCollection class represents a collection of the Group objects.
|
|
HtmlFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into HTML streams or files.
|
|
HtmlTableFilter |
Class is used with the RenderToFilter(ExportFilter) method to render reports into
table-based HTML streams or files.
|
|
Layout |
The Layout object controls how the report is rendered on pages.
|
|
MetafileFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into compressed metafile files.
|
|
PdfFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into PDF (portable document format)
streams or files.
|
|
PdfSecurityOptions |
Contains options that determine who can use the Pdf document and what actions are allowed.
|
|
PdfViewerOptions |
Contains options that determine how the viewer should display the Pdf document.
|
|
ReportEventArgs |
Provides data for StartPage, EndPage, StartSection,
PrintSection, EndSection, ReportError, and
AddOutlineEntry events.
|
|
ReportInfo |
Class that contains report metadata.
|
|
ReportParameter |
Represents a parameter in a parameterized report data source.
|
|
ReportParameterCollection |
Contains a collection of ReportParameter objects.
|
|
RtfFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into RTF (rich text format)
streams or files.
|
|
RtfLabelFilter |
Class is used with the RenderToFilter(ExportFilter) method to render reports into RTF
(rich text format) streams or files.
|
|
Section |
Represents a report band.
|
|
SectionCollection |
Collection of the Section objects.
|
|
TextFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into plain text streams or files.
|
|
TiffFilter |
Used with the RenderToFilter(ExportFilter) method to render reports into TIFF streams or files.
|
|
XlsFilter |
Class used with the RenderToFilter(ExportFilter)method to render reports into Microsoft Excel (XLS) files.
|
Interfaces
Interface | Description | |
---|---|---|
IC1ReportExternalRecordset |
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. |
|
IC1ReportRecordset |
Interface used to access report data from data source objects.
|
Delegates
Delegate | Description | |
---|---|---|
AddOutlineEntryHandler |
Represents the method that will handle the AddOutlineEntry event.
|
|
DialogEventHandler |
Represents the method that will handle the InitializeParametersDialog event.
|
|
ReportEventHandler |
Represents the method that will handle StartPage, EndPage,
StartSection, PrintSection, EndSection,
ReportError, and AddOutlineEntry events.
|
Enumerations
Enumeration | Description | |
---|---|---|
AnchorEnum | ||
BarCodeEnum |
Determines what type of barcode will be used in the field.
|
|
BorderStyleEnum |
Specifies the Field’s border style.
|
|
CheckBoxEnum |
Specifies how boolean values are translated into check boxes.
|
|
ColumnLayoutEnum |
Specifies the layout for the columns (down or across).
|
|
FieldAlignEnum |
Specifies the alignment of text within the field's rectangle.
|
|
FileFormatEnum |
Specifies the format of the export file.
|
|
ForcePageBreakEnum |
Determines whether page breaks should be inserted before or after a field or section.
|
|
GrowShrinkModeEnum |
Specifies the logic for handling CanGrow/CanShrink fields.
|
|
HdrFtrEnum |
Specifies where the Page Footer and Page Header sections are displayed.
|
|
KeepTogetherEnum |
Specifies whether the group should be kept together on a page.
|
|
LineSlantEnum |
Determines whether/how a line should be drawn across the field
(as opposed to a box around the field).
|
|
OrientationEnum |
Specifies the page orientation.
|
|
PageLayoutEnum |
Specifies the page layout to be used when the Pdf document is opened.
|
|
PageModeEnum |
Specifies how the Pdf document should be displayed when opened.
|
|
PictureAlignEnum |
Specifies the alignment of images within the field's rectangle.
|
|
PictureScaleEnum |
Specifies the scaling of images within the field's rectangle.
|
|
PictureShowEnum |
Specifies where the background picture is displayed.
|
|
RtfTargetEnum |
Specifies the format of the export file.
|
|
RunningSumEnum |
Determines whether to calculate a running sum.
|
|
SectionTypeEnum | ||
SortEnum |
Specifies how groups should be sorted.
|
|
TextDirectionEnum |
Specifies the direction of the text in the field.
|