At 02:46 PM 10/17/2012, Daniele Barbieri wrote:

Rbase 9.5(32) Report designer
How do I print vertically a variable in a report?
Can a Variable Label be rotated?


Daniele,

Here is how:

01. Create a Report Variable to capture the value in the column

    Example:

    vVariableName = ColumnName

02. Place a Rotated Label on appropriate band, and Right-click on the
    Rotated label object and set the object ComponentID

    Example:

    RLabel

03. Right-click on the report band where this label is located and
    then select "Before Generate Custom EEP", and add the following:

    PROPERTY RLabel CAPTION .vVariableName
    RETURN

Note:

Make sure to use TrueType font, not a fixed-size one.

That's all there is to it!

Have Fun!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase

Reply via email to