Is there a way to control attributes iof controls when they are dragged onto a Band?
I would like to set the default font size and font to user definable
values so when controls such as DBText are dragged onto a report band,
the user does not have to set them manually.
I would also like to control whether a label is automatically created
for a control when it is dragged onto a report band.
Are these two things possible? Any examples?
values so when controls such as DBText are dragged onto a report band,
the user does not have to set them manually.
I would also like to control whether a label is automatically created
for a control when it is dragged onto a report band.
Are these two things possible? Any examples?
This discussion has been closed.
Comments
ReportBuilder uses the RBuilder.ini file to determine what the default
settings are inside the designer. You will see in the [Format] section
where all the font settings are defined. This file is located in the
c:\Windows\... directory.
Inside the data tree, you will see two tabs near the bottom. Click the
"Layout" tab and select the "Fields" radio button to only show the fields
when dragging text objects from the tree.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the info.