How to remove default lines on BIRT cross-tab object - birt

The report output i have calls for no-column lines.
I'm using a crosstab to generate the data i need, however BIRT crosstabs seem to auto-include its own formatting, namely, gray cell borders. i can't seem to find where to remove these.
How to remove the birt crosstab cell borders?
Thanks

Open your report in BIRT report designer, and select Outline view (if not available, select Window > Show View > Outline from the menu).
Expand the Styles node - this should include both crosstab and crosstab-cell styles. Delete these two styles.
Preview the report - the lines should now be removed from the crosstab.

Related

CanGrow property does not work

I have a field that contain data with more than one line. I`m using VS 2010 and crystal report. The property CanGrow work fine in all records except last record it appear in one line. Look at the picture below.
Your field Normal Value is growing - we can see two lines. Maybe your surroundig box ist not respecting that increase in height.
Try checking Extend to Bottom of Section when printing of your surroundig box. Right-click your box, then select Format Box:

Changing background colors of table cells (Visual Studio Reports 2008)

I have a report in Visual Studio Reports 2008.
I created datasets to select values from ReportParameter (Place).
Selected data from ReportParameter (Place) is used for displaying the report.
How can i change background color of table cells which equals to selected value from ReportParameter (Place)?
This is easily done by setting the Background property on the cells you wish to highlight.
While in design mode, select the cells you want to highlight. In the Properties pane, look for the Background property, and set the Expression to something like the following.
=IIf(Fields!Place.Value = Parameters!Place.Value, "Yellow", "White")
The field name will vary, depending on what you have named yours. This checks to see if the current Place value is equal to the selected parameter value, and sets the Background to Yellow if they match, White if they do not.
This should work in any version of SSRS.

Visual Studio Report Designer change line size dinamically

I'm creating a report with some TextBox(Expandable) and Lines. What I'm wondering is if that's a way to have the Lines expand based on the length of the text in the TextBox
This is my report with the text on only one row:
This is when my TextBox expand in multiple rows:
Is there a way to have the line on the right to expand?

ssrs preset color of each tab for exported excel

I have set "page break" & "page name" for all tablix in a report created in ssrs, so I can get each tablix on a separate sheet when exported into Excel.
However I also want to set a specific color for each tab, so when it is exported into Excel, I get colored tabs. Is this possible?

random blank cell in lower left of report ssdt visual studio 2010

I have a random cell on the bottom row (Total row). I had to add a column to the report in order to sort it. I think the random blank cell is from that... any idea how I can remove it?
apparently I can't post an image until I get 10 reputation. It let me load them and then it tells me this?
r-click cell in design mode. textbox properties. hide.

Resources