Viewing 15 posts - 16 through 30 (of 87 total)
I have seen this before as well. It has something to do with special characters or ALL numbers field names. Unsure what the issue is w/ it though. Are you...
June 9, 2010 at 7:23 am
We use something like this to grab AD credentials and pass them along to the stored procedure.
Set a userID parameters default to:
=Replace(User!UserID,"Domainname\","")
June 9, 2010 at 7:15 am
We have done something like this that we basically used the power of stored procedures. Basically, you know how many months you'll be dealing w/ so that setup could be...
June 9, 2010 at 7:06 am
We utilize all SPs in our reports, even for basic parameters. The value we see:
1. Consistent naming to know which procs are being used.
2. No re-deploy or report touch when...
June 9, 2010 at 7:02 am
1. Separate Text boxes for your values
2. Make sure that all cells line up vertically within your designer
June 9, 2010 at 6:54 am
You can quickly figure them all out if you just export in different types.
CSV - Comma Separated
EXCEL - Excel
HTML4.0 - Web Rendered
IMAGE - TIFF I believe
MHTML - MHTML
PDF - PDF
RPL...
June 9, 2010 at 6:53 am
I would also supply: do you really want an embedded sub-report or to link to another report?
June 9, 2010 at 6:49 am
From my understanding, you'll need a function to make sure this is accurate at all times. I have code embedded in every report (in my template).
Public Function DivideBy(ByVal Exp1, ByVal...
June 9, 2010 at 6:45 am
Should be a non-issue from my experience. Just make sure to rename both on the RS server and your .rdl object within Visual Studio.
May 25, 2010 at 7:52 am
We migrated a 2005 RS system of over 200 reports and it was a complete NON-ISSUE. We did have the luxury of a side-by-side rollout onto a brand new server....
May 25, 2010 at 7:50 am
I was looking into publishing to Sharepoint as well but ran into some connection issues. Right now I can see the worksheet, but whenever I click to open the filter...
April 20, 2010 at 7:18 am
I've seen this as well. Best chance would be to put the address in two lines within the designer.
April 15, 2010 at 6:17 am
We've accomplished this with a parameter named "Data Only" that will hide the formatted/grouped table data and simply show a flat table of data.
April 9, 2010 at 2:30 pm
My experience with generating about 50K reports a month has been with the web portion on the same box as the database for 2008. Haven't had any real performance hits,...
April 9, 2010 at 2:27 pm
you could query the ReportServer database where itemType = 2 and do some other sql to gather your list.
April 9, 2010 at 2:16 pm
Viewing 15 posts - 16 through 30 (of 87 total)