I am retrieving the rows and displaying them in table details of my report. The last row is the weighted mean and needs to be calculated in the stored procedure.
Now, I want to make this particular row in bold font. Is it possible? Please let me know.
Any help will be greatly appreciated !!!
You can select the entire table row and apply style property settings for the entire row. Assuming you have a column in your dataset that distinguishes the real "detail" rows from the weighted mean row, you could write an expression that uses this field to determine if a row should be shown normal or bold.
-- Robert
No comments:
Post a Comment