Skip to main content
A newer version of this page is available. .

XRTable Methods

A Table control.
Name Description
AdjustSize() Makes the table width equal to the total width of its cells and the height equal to the total height of its rows.
AllControls<T>() Returns a collection that contains all controls found within XRControl (within a report). Inherited from XRControl.
BeginInit() Starts the XRTable‘s initialization. Initialization occurs at runtime.
BringToFront() Brings the control to the front of the z-order. Inherited from XRControl.
ConvertToControls() Converts the XRTableCell objects that belongs to a selected XRTable instance to a set of individual XRLabel controls.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
CreateTable(RectangleF, Int32, Int32) static Creates an instance of the XRTable class with the specified settings.
DeleteColumn(XRTableCell, Boolean) Deletes the column that contains the specified cell from the current table.
DeleteColumn(XRTableCell) Deletes the column that contains the specified cell from the current table.
DeleteRow(XRTableRow) Deletes the specified row from the current table.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndInit() Ends the XRTable‘s initialization.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindControl(String, Boolean) Finds the control that has the specified name in the XRControl.Controls collection. Inherited from XRControl.
GetEffectiveBackColor() Returns the color actually used as the control’s background color. Inherited from XRControl.
GetEffectiveBorderColor() Returns the color actually used as the control’s border color. Inherited from XRControl.
GetEffectiveBorderDashStyle() Returns the border dash style that is actually used by the control. Inherited from XRControl.
GetEffectiveBorders() Returns the borders settings actually used as the control’s borders settings. Inherited from XRControl.
GetEffectiveBorderWidth() Returns the border width settings actually used as the control’s current settings. Inherited from XRControl.
GetEffectiveFont() Returns the font actually used as the control’s font. Inherited from XRControl.
GetEffectiveForeColor() Returns the color actually used as the control’s foreground color. Inherited from XRControl.
GetEffectivePadding() Returns the padding values actually used as the control’s padding. Inherited from XRControl.
GetEffectiveStyle() Returns the actual visual style of a control taking into account all formatting rules and odd/even styles applied to the control. Inherited from XRControl.
GetEffectiveTextAlignment() Returns the text alignment actually used as the control’s text alignment. Inherited from XRControl.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
InsertColumnToLeft(XRTableCell, Boolean) Inserts a column into the table to the left of the column that contains the cell passed as the parameter.
InsertColumnToLeft(XRTableCell) Inserts a column into the table to the left of the column that contains the cell passed as the parameter.
InsertColumnToRight(XRTableCell, Boolean) Inserts a column into the table to the right of the column that contains the cell passed as the parameter.
InsertColumnToRight(XRTableCell) Inserts a column into the table to the right of the column that contains the cell passed as the parameter.
InsertRowAbove(XRTableRow) Inserts a row into the table above the given row.
InsertRowBelow(XRTableRow) Inserts a row into the table below the given row.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
PerformLayout() Forces the control to apply layout logic to itself and all its child controls. Inherited from XRControl.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveInvalidBindings(Predicate<XRBinding>) Removes inappropriate bindings assigned to the XRControl‘s properties. Inherited from XRControl.
ResetBackColor() Resets the XRControl.BackColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderColor() Resets the XRControl.BorderColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderDashStyle() Resets the XRControl.BorderDashStyle property to en empty value. Inherited from XRControl.
ResetBorders() Resets the XRControl.Borders property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderWidth() Resets the XRControl.BorderWidth property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetFont() Resets the XRControl.Font property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetForeColor() Resets the XRControl.ForeColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetPadding() Resets the XRControl.Padding property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetTextAlignment() Resets the XRControl.TextAlignment property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResumeLayout() Resumes normal layout logic for the control. Inherited from XRControl.
SendToBack() Sends the control to the back of the z-order. Inherited from XRControl.
SuspendLayout() Temporarily suspends the layout logic for the control. Inherited from XRControl.
ToImage() Returns a graphical representation of a control. Inherited from XRControl.
ToImage(TextRenderingHint) Returns a control’s graphical representation created using the specified text rendering mode. Inherited from XRControl.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
See Also