Viewing 15 posts - 16 through 30 (of 106 total)
If the subreport is inside the table and that subreport has another table in it... it wont display... alternative is to change your subreport... remove the table inside the subreport and...
September 25, 2006 at 11:45 am
This wont work it will color both fields that i have in the textbox RED ... i just want to color the single Field!whenever.value not both
September 1, 2006 at 4:19 pm
The seconds part has to be in the same field as the other one...
August 31, 2006 at 12:35 pm
instead of useing embedded SQL use Stored Procedures and use with(nolock) on joins ... as well read up on Sargable clauses and make sure you got your indexes where u...
August 31, 2006 at 10:47 am
humm maybe your on to something there... im trying to take a report from being detailed to being summarized by the parameter the user has chosen ... so by removing...
July 25, 2006 at 10:39 am
Sorry there is no way to call an object within a sub-report... i have ran into this problem as well..
July 24, 2006 at 12:07 pm
here is a sample from my code
=IIF(Fields!TotalApplications.Value = 0,"-",IIF(Fields!TotalReturnTime.Value / Fields!TotalApplications.Value = 0,"-",Format(Fields!TotalReturnTime.Value / Fields!TotalApplications.Value,"N1")& " days" ) )
but the problem i am running into is when when the...
April 17, 2006 at 11:03 am
hummm thanks i will check some of these out...
April 17, 2006 at 10:49 am
Is this still a problem with SQL reporting services 2005???
April 5, 2006 at 10:19 am
http://msdn2.microsoft.com/en-us/library/ms345242(SQL.90).aspx
Look at the Using Conditional Formatting part and in your propertiers select color and put a formula like that one in this link.... hope this helps
March 31, 2006 at 3:29 pm
i can't get an answer even from here
http://forums.microsoft.com/MSDN/showpost.aspx?postid=304264&siteid=1
March 31, 2006 at 10:29 am
Viewing 15 posts - 16 through 30 (of 106 total)