Viewing 15 posts - 136 through 150 (of 179 total)
Thanks for your reply but issue not solved still
April 8, 2009 at 2:27 am
Luke i achieved this by changing the style sheet itself. Thanks a lot for your respone
April 8, 2009 at 2:26 am
Sorry for wrong path ram. Thats my mistake.
I think you no need to restart the machine. Some times changes won't take affect in your report in that case just...
April 8, 2009 at 1:02 am
use the table properties - > sorting . Set the direction there. See the screen shot for help
April 7, 2009 at 11:54 pm
Hope the below link will help you
http://msdn.microsoft.com/en-us/library/ms345247(SQL.90).aspx
Reporting Services provides a sample style sheet Htmlviewer.css that you can use as a temple to create custom styles for the report toolbar in...
April 7, 2009 at 11:51 pm
I'm using SSRS 2005 but i don't know how to check build number?. Please guide me
April 7, 2009 at 4:18 am
Man i'm not clear with your expression specially sum(). Express your requirement in words
April 3, 2009 at 1:58 am
I think you are using code wrongly.
According to my code if any one value ( field1 or field2 ) is null , it won't divide it will return the value...
April 3, 2009 at 1:01 am
Still i'm having a issue. kindly anyone help
April 2, 2009 at 8:02 am
Textbox Proprties - > Interactive Sort -> Give the sort expression.
April 2, 2009 at 7:56 am
Yes i got the output.
April 2, 2009 at 7:51 am
Hope this will help you
=IIf(IsNothing(Fields!field1.Value)Or IsNothing(Fields!field2.Value) ,0,((Fields!field1.Value)/(Fields!field2.Value)*100))
If you are not clear, revert back to me
April 2, 2009 at 1:06 am
Try by trimming the value
=Trim(Fields!forename.Value)&Trim(Fields!surname.Value)
If not
Trim the value while selecting the value from dataset
Example : select ltrim(rtrim(forename)),ltrim(rtrim(surname)) from tablename
Still not , try this method
= (Fields!forename, "DataSet1") & (Fields!surname.Value, "DataSet1")
Hope anyone...
April 1, 2009 at 5:23 am
Viewing 15 posts - 136 through 150 (of 179 total)