Crystal Report Formating
-
i need a formula through which i can increase the font size of records in details section by passing value like 12,13,14
-
i need a formula through which i can increase the font size of records in details section by passing value like 12,13,14
-
i need a formula through which i can increase the font size of records in details section by passing value like 12,13,14
Hey,What you will do with value 12,13,14. your requirement is not clear. we can help you when you try to help us by clear formatting of your question. :)
-
Hey,What you will do with value 12,13,14. your requirement is not clear. we can help you when you try to help us by clear formatting of your question. :)
12,13,14 is font size.
-
12,13,14 is font size.
in the report, set the font size to the expression and then give the parameter as a value in the report. lets make this clear. add Report parameter->font_size(int) - from the report menu; then set the report parameter value from c#; then in the report select the textbox and then set its font size to expression ; then select parameters(font_size)..! postback for any clarifications..