[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.SelectionType

SelectionType Enum

Represents the types of selections that can be made within the report designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public enum SelectionType

Fields

Name Description
Control

Represents the selection of a control, such as a TextBox, CheckBox, or any other control placed within a report section.

GroupSection

Represents the selection of a group section, which is used to organize data into groups.

PageSection

Represents the selection of a page section, such as the header or footer that appears on every page.

Report

Represents the selection of an entire report.

ReportSection

Represents the selection of a report section. This can include the detail section or any other custom sections defined within the report.

Section

Represents the selection of any generic section within the report.