Viewing 15 posts - 46 through 60 (of 62 total)
In 2005, lrosini's suggestion to check Repeat header rows on each page, should help.
In the XML, look for /Header and between /Header and /TableRows, make sure you have this element...
April 7, 2009 at 9:21 am
for SSRS 2008,
If a report with a table is created using the wizard feature (In Solution Explorer, right click on Reports --> Add New Report) Table Headers will repeat...
April 7, 2009 at 8:41 am
Just add another row above the details row and drag the column heading fields from the dataset.
Assuming the SP contains columns for both headers(labels) and detail rows, you could even...
March 19, 2009 at 7:04 am
Just ignore the warning. It is just that two text boxes in a rdl overlap. Or identify the ovelapping controls in the report and arrange them accordingly.
March 12, 2009 at 7:55 am
For the parameter that you need the Calendar control, set its data type to Datetime and you should see the Calendar to pick dates.
March 11, 2009 at 8:19 am
Fields!Signature.Value should work.
Please refer to Product Catalog RDL in Adv works 2005/2008. There is a Image control called ProdPhoto and do refer to the properties for MIMEType,Source,Value and Parent.
Also you...
March 6, 2009 at 8:35 am
Under Properties for a report you should see a link called History on the left, below the link for Data sources and Executionusing which you can store a copy of...
March 3, 2009 at 12:05 pm
You cannot get row num as a calc field in the data set because at this stage data set does not have the record. It is available only when rendering.
If...
February 26, 2009 at 7:57 am
working it out at the SQL DB end is ideal. If that is not possible, then expression below should work.
=switch(S_PID = 1005 or S_PID = 1458 or S_PID = ...
February 25, 2009 at 8:28 am
Credit goes to the authors. Not me, I just googled.
http://blogs.msdn.com/carloshm/archive/2005/10/18/482022.aspx
February 12, 2009 at 8:33 am
This is solution at the back end within SQL DB and not at the rendering Report
Adding the time Zone to the table and resolving it at the stored proc or...
February 9, 2009 at 8:05 am
Under Chart Properties
Data Tab, in Values click Add
Edit Chart Value, Values Tab, give a name to the Series Label, e.g, Value 5
In the Value box specify =5, click OK
Return...
December 30, 2008 at 9:37 am
Under Report Data, please note there is a menu bar under Report Data with New, Edit, Delete icon and two arrows. We will come to these arrows later.
Expand Parameters node.
Click...
December 23, 2008 at 12:03 pm
Viewing 15 posts - 46 through 60 (of 62 total)