Skip to content

CREPORTPARTPROPERTIES

The CREPORTPARTPROPERTIES formula is a helper formula that allows you to specify additional behaviours for the CREPORTPART formula.

Syntax

CREPORTPARTPROPERTIES (FitToWidth, CHyperlinkCell)

Arguments

FitToWidth : boolean

When this is true, the part will expand to fit the width of the cell it is in, even if the rendered content is not wide enough. If the content is too wide, it will show scrollbars.

Default value: false

CHyperlinkCell : boolean

A cell on the current report that is a CHYPERLINK. The properties of this CHYPERLINK will be used to make this Report Part clickable.

Default value: false

Notes

This formula is available from CALUMO v12.1.3

Back to top