IPrxCellStyle

Description

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

Properties

  Property name Brief description
IsDefault The IsDefault property determines whether style value is used by default.
IsSet The IsSet property returns whether format parameters change on report opening.

Properties inherited from ITabCellStyle

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