Viewing 15 posts - 1 through 15 (of 61 total)
Hi again,
i think i can answer my own question LOL. Just add this in "Show or Hide Based on an expression" in column property:
=IIF(Globals!RenderFormat.Name = "EXCEL", False, True)
not visible when...
May 16, 2013 at 11:02 am
Got it. Works! Thank you so much!
March 10, 2010 at 3:23 pm
OK, thank you much.
April 20, 2009 at 2:06 pm
Thank you. i didn't confugure the Servers, i just checked to find out about 2005 & 2008 being present at the same time,
Well, I just upload the rdl file...
April 3, 2009 at 9:08 am
are you outputing your data into table region in your report? well, it has a property 'no rows' and defaults to 'No Rows matching your criteria'. if your stored...
January 23, 2009 at 9:26 am
good point, and i agree :-). i would tell my users + my boss that this will delay the project for quite some time with writing my own export to...
July 15, 2008 at 2:12 pm
not in SSRS tool. you can write your own function where your report is viewed through the report viewer in a web form and it exports just the dataset....
July 15, 2008 at 12:21 pm
no problem. matrix is good when your columns are being determined dynamically.
to save the space, you'd just make the columns more narrow and merge couple cells together. if it's your...
July 15, 2008 at 12:14 pm
very not hard.... you can create a view that will create a "tree view" look and feel by adding a group by on one item (let's say, City). then, within...
July 14, 2008 at 9:14 am
the comments box in SSRS does not work as rich text box -- doesn't let you bold the text and such. you may want to write HTML elsewhere with
...
June 17, 2008 at 9:25 am
you can also upload your report (=your rdl file) manually into a folder of your choice.
then, you can point the data source of your report to a shared one that...
June 13, 2008 at 1:25 pm
i use the table variables in place of temp. tables for the stored procs for SSRS.
also, testing your stored procedure first + making sure it does return all the columns...
June 13, 2008 at 1:20 pm
seems like you need to create a variable in your package called, let's say, @fileName. then, assign a value to it dynamically.
May 27, 2008 at 3:27 pm
there are several ways to do it.
you can simply hard-code the names of people on your list: this way it only goes to one you want to, if you only...
May 22, 2008 at 8:17 am
it can be many things. is it your 1st report you deployed on that server? if so, i would start with something very, very simple: create a report page that...
May 21, 2008 at 7:38 am
Viewing 15 posts - 1 through 15 (of 61 total)