Home Component Writing

Create TppLabel at runtime.

edited October 2009 in Component Writing
Is it possible to create a TppLabel at runtime and display it on the detail
band of a report? I used the report.detailband.AddChild method, but the
report does not display the label.

Thanks.

Comments

  • edited October 2009
    Hi Kay,

    You should not need to use the AddChild routine. Simply be sure you assign
    the TppLabel.Band property to the proper band and that it fits within the
    bounds of that band.

    See the Developer's Guide and Tutorials on how to create a report completely
    in code.

    --
    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.