Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 formatting in report builder

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2012-05-14 : 18:01:56
I have a formatting question for report builder 3.0 that is executing on a sql server 2008 r2 database. I would like the 3 layers of control breaks to be left justtified. I know there are the groupings in the tablix. However, groupings indents the values on each line. I want the data to be left justified since the data on each line will take up the entire line.

Here is what I would like the report builder 3.0 report to look like:

Report title

Client # 1 (left justified)

Contact information for client #1 (left justified)

Transaction category with description (left justified)

process date transaction code transaction description

99/99/99 999 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

99/99/99 999 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Client # 2 (left justified)

Contact information for client #2 (left justified)

Transaction category with description for client # 2 (left justified)

process date transaction code transaction description

99/99/99 999 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

99/99/99 999 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


Can you tell me how to solve me problem? Are there several levels of titles I can use and/or how can I a ccomplish these task usging the tablix?
   

- Advertisement -