changin font size of filde in report by user in runtime
Posted: Mon Dec 21, 2009 2:18 am
Hi
my lanquage program is C# and i am useing Stimureport
i want to write a program that user can change fone size of fildes in report by selecting a number from a combo box in run time
i should say i have databandes and pageheaderbandes in my report an data are in thoes
and also i try follownig code but it doesnt work for me becuase date are in databand and pageheaderband
((StiText)stiReport1.Pages["Page1"].Components["Text1"]).font= new System.Drawing.Font("Arial",float.parse( combobox.text))
;
Thanks
my lanquage program is C# and i am useing Stimureport
i want to write a program that user can change fone size of fildes in report by selecting a number from a combo box in run time
i should say i have databandes and pageheaderbandes in my report an data are in thoes
and also i try follownig code but it doesnt work for me becuase date are in databand and pageheaderband
((StiText)stiReport1.Pages["Page1"].Components["Text1"]).font= new System.Drawing.Font("Arial",float.parse( combobox.text))
;
Thanks