Column Width and Data Font
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com