Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Crosstab renderer registration

edited January 2005 in General
Hi All,

I've been trying to register a customized version of the crosstab report
renderer without much luck.

I've made a copy of ppCTRend.pas and renamed it. I've added the generic
ppCTRend.pas to my copies uses statement and am calling the ppCTRend
registration procedures.

It appears the customized classes are added to rather than replacing the
generic renderers. Any tips on registering a custom crosstab renderer unit
would be greatly appreciated. Using D7 and RB 7.04. Too bad there isn't an
easier way to reduce row height and column width...

--
Mitch Mullins
Salt Creek Software, Inc.
www.SaltCreek.com
(402) 476-7115

Comments

  • edited January 2005
    Hi Mitch,

    When you register a new crosstab renderer, it will not replace the existing
    renderers on purpose. This is so you can choose which one you would like to
    use. In order to use your custome renderer, you will need to assign the
    TppCrosstab.Style property to your new class.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.