[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel

GrapeCity.ActiveReports.SectionReportModel Namespace

Classes

ARControl

Summary description for Control.

ARControlEventArgs

ARControlEventArgs For Internal Use Only.

Barcode

Barcode control.

Barcode.BarCodeDataException

Represents the barcode data exception.

ChartControl

Wraps the SharpGraph as a ChartControl.

CheckBox

Summary description for Checkbox.

ControlCollection

Summary description for ControlCollection.

CrossSectionBox

Cross Section Box control

CrossSectionControl

Base interface for cross-section controls

CrossSectionLine

Cross Section Line control

CustomControl

Control, which hosts user's controls

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.

InputField

Base input field component

InputFieldCheckBox

CheckBox input field component

InputFieldText

Text input field component

Label

Summary description for Label.

Line

Summary description for Line.

OleObject

Summary description for OleObject.

PageBreak

Summary description for PageBreak.

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

Summary description for ParameterCollection.

ParameterCollectionModifiedEventArgs

For internal use only.

ParameterTypeConverter

Represents the parameter type converter.

Picture

Represents image

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

ReportInfo control.

RichTextBox

RichTextBox control.

Section

Summary description for Section.

Shape

Summary description for Shape.

ShapeConverter

For internal use. Filter properties depending on the BackgroundStyle

Style

Represents the formatting properties of a control.

StyleSheet

Summary description for Styles.

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.

Interfaces

IPersistSection

Interface IPersistSection

Enums

BackgroundStyle

Specifies the style used to draw the background of an object.

BarCodeCaptionPosition

Specifies position for barcode caption

BarCodeDirection

Specifies the print direction of the barcode symbol.

BarCodeStyle

Type of code, or symbology, the barcode control will use to generate the barcode.

ColumnDirection

Specifies the direction of columns in a multi-column report.

ContentAlignment

GradientStyle

Specifies the type of gradient to draw.

GroupKeepTogether

GroupKeepTogether applies to a group and has similar to the KeepTogether meaning, but for the whole group. It indicates whether the rendering engine should try to render the whole group on a single page, the group header plus the first detail on a single page, or leave the group flow as it is. If GroupKeepTogether is set to FirstDetail - the group header and at least one detail in this group should be on the same page; if set to All - the whole group should be on a single page. The following rule applies: the rendering engine will try to render the group as specified, but if there is not enough space on the current page, the group is moved to the next page and it continues as long as it needs.

HatchStyle

ImageTypes

Enum ImageTypes

InputField.QuickSaveFlags

LineStyle

Specifies the pen style used to draw a line.

NewColumn

Specifies whether a new column will be started before or after a section.

NewPage

Specifies whether a new page will be started before or after a section.

Parameter.DataType

Represents the parameter's data type

ParameterCollection.ParseResultCode

Enum ParseResultCode

PictureAlignment

Determines the position of the picture within the control area.

RepeatStyle

Specifies whether a group header section will be repeated with subsequent detail pages.

RichTextBox.FindOptions

Enum FindOptions

RichTextBox.RichTextStreamType

Enum RichTextStreamType

RichTextRenderingType

Enum for RichTextRenderingType.

RichTextType

Enum for RichTextType.

Rotation

Defines the orientation of the bars in the barcode.

ShapeType

Specifies the type of shape that the shape control should print.

SizeModes

Determines how a picture should be sized within the control area.

StringAlignment

SummaryFunc

Determines the summary calculation function performed on the field value.

SummaryRunning

Determines whether summary values will be accumulated or reset based on the specified level.

SummaryType

Determines the type of field summary.

Delegates

ARControlEventHandler

For Internal Use Only.