[]
ReportInfo control.
[DefaultSize(1, 0.2)]
public sealed class ReportInfo : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize
Name | Description |
---|---|
ReportInfo() | 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 | Sets/gets controls BackColor. |
Calendar | Gets or sets calendar to use for formatting dates |
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. |
ControlType | |
Culture | Gets or sets the culture for the text control. |
Font | Sets/gets control's font. |
ForeColor | Gets/sets control's ForeColor style. |
FormatString | Gets or sets the mask string used to format the text property before placing it in the Text property. |
MultiLine | Gets or sets a value indicating whether the ReportInfo control is multiline enabled. |
RightToLeft | Determines whether text will be displayed in right-to-left order for this control. |
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). |
Text | Returns the FormatString format associated with the control. |
VerticalAlignment | Gets or sets the position of the control's text vertically within the bounds of the control. |
WrapMode | Sets/gets control's wrap mode using CSS. |
Name | Description |
---|---|
GetControlBounds(PointF, float, float) | |
QuickLoad(BinaryReader) | Loads the control from specified binary reader. |
QuickSave(BinaryWriter) | Saves the control to the specified binary writer. |
ReadXml(XmlNode) | Reads the control from specified XML node. |
WriteXml(XmlElement) | Writes the control as XML to specified XML node. |