Rectangle Question
Jun 21, 2007Hopefully this is an easy question, but we have two subreports in a rectangle - one on top of the other. Will the rectangle expand based on the size of the sub reports?
Thanks for the information,
Hopefully this is an easy question, but we have two subreports in a rectangle - one on top of the other. Will the rectangle expand based on the size of the sub reports?
Thanks for the information,
Hello,
I have a rectangle which contains a chart. Most of the time, the chart has data, so the rectangle should be visible. Sometimes, however, the chart may have no data (zero records). In that case, I would like to hide the rectangle.
Is there any way to "query" data from the report's recordset to see if a certain condition is true.. if so, use that to control the visiblity of the rectangle?
I have one column in the recordset that has many values... the chart will only display data if certain values are returned in the recordset.
Thanks for your advice!
i have a report with several rectangles. How do I make the size of the rectangles fixed so that they do not resize automatically?
They appear fixed until i put a table inside. once I do that it automatically resizes
Is it possible to make a rectangle appear sunk or raised? I've had a play with the different border style settings but they don't appear to make any difference! Can anyone also tell me what the Groove, Ridge, Inset etc are supposed to do?
Thanks
Hi All,
I'm trying to use report desogner rectangles(from tools) to group report items together.
However when I insert a rectangle into the report over existing items, I cannot see the existing items anymore.
requirement here to use a method to move items as a group and set formats if possible.
any ideas?
thanks
Sonny
Hello there.
The oringin problem is, there is no Gantt chart in ReportingServices. Now I try to solve that with a subreport.
I want to send 2 coordinates (Location.Left and Size.Width), but it doesn't work.
Is it possible to solve that problem using this or another alternative? If yes, how?
Thanks in advance,
Tobias Boehler
Hi all,
I've found trouble to draw neither a line nor a rectangle box from header section to footer section including the body section. Please help.
brgs,
Jeff
Hello all,
I'm running into an issue with a report we have, I was hoping you may be able to help...
We have a report that contains a rectangle which has conditional visiblity. When the expression evaluates to true, the contents of the rectangle are indeed "hidden", but we are seeing a blank page.
The rectangle does NOT have page breaks selected before or after it. (and neither does the objects before or after that rectangle.)
Any ideas?
Hi,
I want to dynamically handle page breaks in a report based on which subreports that are included in the total report. Which subreports that should be included is controlled through use of parameters. My problem is the following:
I use a rectangle on which I have set the page break property. If I explicitly set the visiblity on the rectangle to true, the page break is performed. If I set the visiblity to hidden, the page break is disregarded. All this is fine with me and according to how I think it should behave. Though, if I use an expression to toggle the true and false on the visiblity, the same behaviour could not be performed. I cannot figure out why. Anyone that can help me with this? I thought that the expression "=true" should be equal to Visible. What am I missing?
Best regards
Lars
I have 2 reports in a single report
Report 1: This report has a tablix and a pie chart which displays member counts for genders.Dataset is written such that the gender names are always displayed in the tablix even when the count is Zero for Female and Male
Report 2: This report has a tablix and a pie chart which displays member counts for category Age.Dataset is written such that the age category names are always displayed in the tablix even when the count is Zero for age categories
Both Report 1 and Report 2 are place in separate rectangles and then these 2 rectangles are place in one single rectangle.Now I want to hide this main rectangle with an expression.