Viewing 15 posts - 151 through 165 (of 228 total)
Would it be possible to delete the user's profile off of the suspect machine?
right click my computer, choose properties, advanced tab, user profiles...this would give you a fresh...
February 2, 2009 at 12:09 pm
You'd have to set up IIS to perform the redirect. Probably a better question posted to an IIS related forum.
February 2, 2009 at 11:23 am
Unless you are assigning permissions based on workstation names (instead of user ids) it should not matter what workstation any user signs on to. The report server may have...
February 2, 2009 at 11:20 am
Try this article. I used technique 4, cells in cells for a similar type problem. This will also point you to the inscope function that I think will...
February 2, 2009 at 11:12 am
I have not used Dundas, but the documentation appears to support what you are after. A solution I have used that is free is Google Maps:
http://www.google.com/enterprise/maps/
I believe this will...
February 2, 2009 at 11:04 am
I've never had good luck with printing or exporting from within the development environment. I find it best to deploy the report and test out printing and exporting from...
February 2, 2009 at 10:44 am
Just build some logic into your stored procedure to handle the null value.
February 2, 2009 at 10:42 am
You may also try formatting the text box:
http://msdn.microsoft.com/en-us/library/ms157406(SQL.90).aspx
Use the above codes in the textbox properties under the 'format' tab in the 'format code' box.
January 30, 2009 at 10:18 am
I don't think reporting services has the capability...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_23625433.html
January 30, 2009 at 9:39 am
Try changing your sum statement to this:
sum(coalesce(SalesOrderItems.CurItemValue,0))
If nulls are in your SalesOrderItems.CurItemValue field, this will correct the problem....
January 29, 2009 at 3:52 pm
You can also try using the format codes at: http://msdn.microsoft.com/en-us/library/ms157406(SQL.90).aspx
These are gotten to by right clicking your textbox, going to properties and then 'format'. Input the appropriate code in...
January 28, 2009 at 11:59 am
No way should the salaries be available....A salary is an agreement and negotiation between the organization and that individual only. A business owner knows or should know what he...
January 16, 2009 at 8:09 am
Somewhere within your report a flag is set...see attached file screen shot...trick is to find what column it is set on and unflag it...It's the 'page break at start' and/or...
January 12, 2009 at 7:49 am
I haven't done this, but I'm glad you posted the question because it has been discussed here is past conversations. Sharepoint and ssrs are built to work together, you...
January 12, 2009 at 7:43 am
The excel limit is a hard limit. The only way to work around that is to summarize the data more in your select statement (group by) or select a...
January 8, 2009 at 2:13 pm
Viewing 15 posts - 151 through 165 (of 228 total)