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

Column Width and Data Font

edited June 2003 in End User
Hi Jim,
I am creating the Report controls on the from using your
"ppRptWiz.CreateDataControls".
After creating all the controls I load them in a ListView and from there
user changes the Header width , Header Font, Data Font, Header Alignment and
Data Alignment , data Format.
when I load the Header width I don't know the unit of the Width? What is the
unit of the Header width?.

Next question is after I made changes to Data and when I apply dataFont it
didn't change the datafont.
How do I do that, oh I have used your "ppRptWiz.PositionControlsHorizontal"

Please look into above code in the ppRPTWiz and tell me which line I should
change in oder to apply the new dataFont.

If you need my code please let me know.

Thanks
-Bhoj

Comments

  • edited June 2003
    Read Report.Units to know what the unit of measure the report is using. How
    are you using the custom report wizard? The call to CreateDataControls is
    located in the TppReportWizard.WizardToReport method. This should be called
    after Report.CreateDefaultBands in the Execute function.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.