The following tables list the members exposed by ReportInfo.
Name | Description | |
---|---|---|
ReportInfo Constructor | Initializes a new instance of the ReportInfo class. |
Name | Description | |
---|---|---|
Alignment | Gets or sets the alignment of text within the bounds of the control. | |
BackColor | Gets or sets the control's background color or fill color. | |
Border | Gets a border object that defines the border style for each edge of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Bounds | Sets or returns a rectangle that defines the location and size of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
CanGrow | Determines whether ActiveReports should increase the height of the control based on its content. | |
CanShrink | Determines whether ActiveReports should increase the height of the control based on its content. | |
ClassName | Gets or sets a style rule class name. The style rule is used to format the control. | |
DataField | Gets or sets the field name from the data source to bind to the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Font | Gets or returns the font object used to print the control text | |
ForeColor | Gets or returns the foreground (font) color of the control. | |
FormatString | Gets or sets the mask string used to format the text property before placing it in the Text property. | |
Height | Gets or sets the height of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Left | Gets or sets the left position of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Location | Gets or sets the location of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
MultiLine | Gets or sets a value indicating whether the ReportInfo control is multiline enabled. | |
Name | Gets or sets the name of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Parent | Gets a reference to the parent section of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
RightToLeft | Determines whether text will be displayed in right-to-left order for this control. | |
Size | Gets or sets the size of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Style | Gets or sets a style string for the ReportInfo control. | |
SummaryGroup | Gets or sets the name of the group header section that is used to reset the summary value when calculating subtotals. | |
SummaryRunning | Gets or sets a value that determines whether the data field summary value will be accumulated or reset for each level (detail, group or page). | |
Tag | Gets or sets user-defined information to be persisted with the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Text | Returns the FormatString format associated with the control. | |
Top | Gets or sets, in inches, the top position of the control relative to the section that contains it. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
VerticalAlignment | Gets or sets the position of the control's text vertically within the bounds of the control. | |
Visible | Sets or returns a value indicating whether the control will be printed. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Width | Gets or sets the width of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
WrapMode | Sets/gets control's wrap mode using CSS. |
Name | Description | |
---|---|---|
BringToFront | Brings the control to the front of the z-order. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
Dispose | Releases the control instance from memory. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
SendToBack | Sends the control to the back of the z-order. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) | |
SetBounds | Sets the bounds of the control to the specified rectangle. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl) |