CrossTab Report Modify Layout
Hello,
I'm looking into the layout of the Crosstab reports. I'ts quite clear with
the FormatCell event but,
How can i see a difference in the header field, the one is containing the
fieldname, the second one is containing the fieldvalue.
But both come in with a TppColumnDef in the TppElement of the procedure.
With CodeSite i'm looking at the properties of the objects and none is
different.
In a 1 level report this causes no problem, but what in several levels.
Is there a other way to 'Feel' the difference.
The same when a report with no field on the left, and 2 in the cross,
in colum 0 i'm getting 4 rows with a TppValueCaptionDef, how can i feel that
the last is a grand-total ?
Any suggestion or other way of working welcome.
I'm looking into the layout of the Crosstab reports. I'ts quite clear with
the FormatCell event but,
How can i see a difference in the header field, the one is containing the
fieldname, the second one is containing the fieldvalue.
But both come in with a TppColumnDef in the TppElement of the procedure.
With CodeSite i'm looking at the properties of the objects and none is
different.
In a 1 level report this causes no problem, but what in several levels.
Is there a other way to 'Feel' the difference.
The same when a report with no field on the left, and 2 in the cross,
in colum 0 i'm getting 4 rows with a TppValueCaptionDef, how can i feel that
the last is a grand-total ?
Any suggestion or other way of working welcome.
This discussion has been closed.
Comments
#127 shows how to modify any cell. Also, you can check the row and column
parameter values of the crosstab events. For example, if you know you have
an N column report or want to change a header in the first row you can by
checking these parameter values.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com