Default Title Band ? Dynamically Assigned ?
I have a few (>20) different reports, and i want all of them to have the
exact same title band,
and moreover, use the exact same title band for all new reports I create.
how could I achieve that ?
I would expect smething like rptMyReport.TitleBand :=
rptDefaultReport.TitleBand, but obviously this
is not the case. Any advice ?
Regards
Mike
exact same title band,
and moreover, use the exact same title band for all new reports I create.
how could I achieve that ?
I would expect smething like rptMyReport.TitleBand :=
rptDefaultReport.TitleBand, but obviously this
is not the case. Any advice ?
Regards
Mike
This discussion has been closed.
Comments
Your best approach would be to create a subreport inside your title band and
load a common report template into that subreport for each report you have.
You can create and load this report template by hand or in code doing
something similar to the example below.
http://www.digital-metaphors.com/tips/HeaderUsingSubReport.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com