SQL Server Reporting Service & DataGrid formatting
I have a question about SQL Server Reporting services . I am making datagrid using vb.net and doing formatting on the rows in the datagrid . For example I am making some of the row in the datagrid bold and saving them to the SQL Server database table . I need to see same format when I am using this this information ( from the database table ) in the SQL Reporting services . I need to have the format intact ( the row that is bold in the database table will be bold in the SQL reporting services ) when using the information from the database to the Reporting services . Please help
Thanks

