PFrog,
Thanks. I'm going to try this today.
Main Topics
Browse All TopicsI'm trying to develop a report for a client. This client manufactures shutters for houses. This is a production Worksheet report (Cureently designed as a matrix report. Along the X-Axis is the colors for a particular shutter type/length. Along the Y-Axis are the various lengths for the currently selected shutter type. so for example
A matrix for 18" louver shutters might look like this
Length Colors
ALMD WHIT BRWN BLCK BLU
23"
27"
35"
41"
54"
Now in the detail portion of the report, for each color/length combo I need to lines of data. One representing the current inventory level and the second showing how many need to be produced to meet existing orders. Now, I have a report where I filled the textbox in the detail cell using an expression which contained the data I needed sperated by a line feed. This gives me the basic look I need and since it's a matrix report, the size is dynamic based on available colors and sizes. Where this seesm to fall down is that ideally the client would like different formating (colors mostly) for each of the detail items. It seems to me that I can only change font color at the text box object level. Is there a way to change the color of specific text in the context of the expression or perhaps a way to stack two text boxes on top of each other in the same cell to accomplish this? Perhaps another way that I haven't really thought of?
If you need more info, please feel free to ask.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: PFrogPosted on 2008-01-11 at 02:56:45ID: 20635325
Firstly SSRS can't cope with rich text. a colour or format can only be applied to a whole textbox not individual words within a textbox.
Secondly, yes the matrix control can show multiple data values.
Assuming you already have one value being displayed in the matrix, drag the second value over the existing data cell. You'll notice that as you drag it to the bottom of the existing data textbox a bold white line will appear on the edge of the textbox. If you drop the new field here it will put the new data textbox below the original one. You can put the new value above, below or to the side depending on what you want.
This process does add an extra header row, showing the title of each value, if you don't want this you can just empty the header textbox contents.