remove blank space in rdlc after rectangle hide - whitespace

I'm working with rdlc report.
My report looks like this:
Red color - title, blue and green - rectangles with tables inside.
I need to hide blue rectangle. But after rectangle hide, the report looks like this:
How can I remove that blank space between the title and green rectangle?

Don't use Rectangles and put your Label and your two Tablix in a main Tablix with 5 header rows.
Then using Advanced Mode set Hidden property of row 3 (blue Tablix) and 4 (space between blue Tablix and green Tablix) according to your needs.

Related

Set fill color of center column in amCharts Step Count

I am trying to use amCharts and have an interface that looks alot like the step count chart here:
https://www.amcharts.com/demos/step-count-chart/
I want to be able to set the fill color of the column in the middle of the chart. Also when the chart is dragged the color of the columns should change so that it is always the column in the center that has the special color.
Is this possible?

SSRS : Background color of a line inside a matrix cell

I have an SSRS report in which I have a matrix and a line Inside a cell of this matrix but I would like to change the background color of the cell and I don't know how to do it as the line control does not have a background color property.
Report Designer View
Change the background colour of the matrix, the line object will use this background colour. It may mean your have to set the 'white' cells to white manually but it should get round the problem.

How to add patterns or stripes to SSRS data cells instead of a color

IN SSRS:
I can only add Solid color fills to the data cells inside a matrix.
How do I add Stripes or Patterns as background fill instead of a solid color.
Is there a particular color code like '#xxxx' for stripes?
There are certain rows in my report that need to have stripes or patterns as backgrou fill.
Thanks
I have found some methods around this:
1- You can use image gradients to fill text boxes by right-clicking the cell and selecting text box properties. You can use the Fill tab to select a small image or item that has a gradient or pattern and apply it within your cell(s)/report.
2 - Another approach is to use a combination of Font/Color/Bold/Italic/Underline and Boarder colors/weight to achieve your desired result.
3 - Apply a gradient-style scheme to your report by using one or more colors and dynamically changing the hue as you go up or down the report. That way, the top could be darker than the bottom, or vis-versa.
I hope this helps.
Numerous fonts can be used.
Open the Character Map
Select Arial in the Font drop down
Scroll to near the bottom, select the cross character
Hit the Select button a number of times, grab as many characters as the SSRS textbox may require to fill its width
Click copy
In SSRS select the textbox then Ctrl-P to paste
Experiment with font size and font color to get the desired effect
Setting padding to zero may help
Setting row CanGrow to False may help
I find there is a little gap between cells vertically but it is close to perfect for me. There is likely to be a character in Arial or another font that works even better.

Change Background color or particular cell containing image in kendo grid

I have added columns dynamically in kendo grid. The first column in the grid is displaying image for each row. I have added on change event for the selected row. On click of the row I have added css to display the selected row as Gray color.
But the first column that displays the image doesn't display in Gray entirely when the row is selected.
The part of image background is displayed in white and not gray.
This is how I have added the image in the grid column.
TitleArray.push({ template: "<img src='/Images/Icon.PNG'></img>", width: 35 })
I have added the attachment that displays the image issue here.
The selected row is displayed as Gray. But the image column is displaying a white region around the image and I don't want it like that. It should entirely display in the Gray color.
I want the entire background to display in Gray.
Please tell how can I do this.

Grid on view in Lotus Notes 7

In the view propreties I set Grid - Dashes and Dots , color Black. But the grids are only horizontally. I want both vertical and horizontal.
The header style is Beveled. Thanks!
Native Notes applications cannot produce vertical dash-dots grids to simulate a grid. A View in Notes is record (or document) oriented. The grid setting in the view appears in version 8+. I tested dash-dot and it appears to be there, if you increase your line height it should be visible. The dash dots appear to be standard and not variable to font size.
It depends on the first column of the view, if it's not categorized, both vertical and horizontal grids are shown. As soon as you change the column to categorized, the view only shows the horizontal grids.

Resources