IPrxCellStyle

Description

The IPrxCellStyle interface contains properties and methods of styling cells of regular report tables.

Properties

  Property name Brief description
The IsDefault property determines whether style value is used by default.
The IsSet property returns True if the style parameters differ from default parameters.

Properties inherited from ITabCellStyle

  Property name Brief description
The AccessRights property determines access permissions for the data used for this style.
The BackgroundBrush determines the brush that is used to fill cell background.
The BackgroundPicture property determines the index of background image of the table cell.
The BackgroundPictureWrapMode property determines the method of background image overlay.
The Binding property determines parameters of the editor that is used to edit call values.
The BorderColor property determines the color of the specified table cell border.
The BorderStyle property determines the line type of the specified table cell border.
The BorderWeight property determines line thickness of the specified table cell border.
The Cursor property determines the cursor appearance over the table cell.
The CustomFormat property determines the data display format in the table cell.
The DisplayEmptyAs property determines text contents set for the cells with missing values.
The DisplayZeroAs property determines text contents set for the cells with zero values.
The EnablePictureEvents property determines whether events on the cell image can be processed.
The EnablePictures property determines whether images are displayed in the table cell.
The FitHorizontal property determines whether an image are fitted into the table cell width.
The FitVertical property determines whether an image must be fitted into the table cell height.
The Font property determines the font of the table cell text.
The FormatType property determines the number format in the table cell.
The FormulaHidden property determines whether formula is visible in the cell.
The Hint property determines tooltip text in a cell.
The HorizontalAlignment property determines horizontal alignment for text in a table cell.
The HoverPicture property determines index of the image from the image collection which must be displayed in the table cell on mouse cursor hovering over it.
The Hyperlink property determines the parameters of a hyperlink in the cell, realized by the ITabHyperlink interface.
The LocalCustomFormat property determines format of data displayed in a table cell, considering the current regional settings.
The Locked property determines whether the cell is protected from editing.
The Margins property determines text margins in a table cell in millimeters.
The NormalPicture property determines the index of the image from the image collection, which must be displayed in the table cell.
The PictureCursor property determines the cursor type, when it hovers over the table cell image.
The PictureHorizontalAlignment property determines the horizontal position of an image in the table cell.
The PictureTooltip property determines the text of the tooltip for an image in a table cell.
The PictureVerticalAlignment property determines the vertical position of an image in the table cell.
The Printable property determines whether printing of a table cell is possible.
The PushedPicture property determines the index of an image from the image collection, that must be displayed in the table cell, on clicking it with mouse.
The TextOverPictureHorizontal property determines whether the text is displayed over image when the cell text is arranged horizontally.
The TextOverPictureVertical property determines, whether text should be displayed over an image, when the text orientation in a cell is vertical.
The VerticalAlignment property determines the vertical alignment for the text in a table cell.
The WrapText property determines whether text in table cells must be wrapped.

Methods inherited from ITabCellStyle

  Method name Brief description
AdjustFormatPrecision The AdjustFormatPrecision method changes precision of custom format.
ApplyStyle The ApplyStyle method sets parameters of the current style in accordance with parameters of a specified style.
Assign The Assign method assigns the parameters from the other style to the current style.
Equal The Equal method compares styles.

See also:

Report Assembly Interfaces