Viewing 15 posts - 31 through 45 (of 64 total)
Try specifying your condition as expression using IIF in Visibility – Hidden property of TableRow.
Something like:
=iif(Fields!Your_Field1.Value=Fields!Your_Field2.Value,True,False )
Hope this might help.
December 5, 2005 at 7:33 am
Are you sure you are using "/" not "\".
Becasue "/" is for Divide and "\" is for Mod. And if you try to...
November 29, 2005 at 8:23 am
For this you need to write custom renderers.
Take a look at this helpful link:
http://msdn.microsoft.com/msdnmag/issues/05/02/CustomRenderers/
November 25, 2005 at 9:09 am
For this you can use 2 tables in ReportServer database, Catalog & ExecutionLog. You can join them by Catalog.ItemID = ExecutionLog.ReportID. In these tables you will find useful information like...
November 14, 2005 at 1:13 pm
The answer is NO
Check out this discusion:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=138722
November 14, 2005 at 9:45 am
Currently with Report Services 2000, there is no calendar control provided , therefore, you can't simply use calendar control in parameter, but this is...
November 14, 2005 at 9:42 am
Nopes , if you specify "P" as format code, RS itself multiply by 100, but the other half of percentage calculation, you have...
November 1, 2005 at 9:13 am
To present values in percentage, you need to make sure in "Point Labels" tab of Chart Properties, value of "Data Label:" should be something like...
October 31, 2005 at 8:57 am
For Cached reports, credentials need to be stored within report, otherwise, you receive this error message. You didn't receive any error for the first time because report is not...
October 28, 2005 at 7:05 am
Is this a Cached report? If yes, one possible reason could be that, for Cached reports, credentials need to be stored within report, otherwise, you receive this error message.
Note, for...
October 28, 2005 at 6:57 am
I don’t know if I understood your question properly, but you can have more than one tables or matrixes parallel to each other, the only...
October 25, 2005 at 9:26 am
Ok, I'm sure there might be other ways, but the way I do it is like:
October 25, 2005 at 9:18 am
Check, and if not, manually grant impersonate privilege to ASPNET user by following this:
In administrative tools, click security settings, click local policies and click user right assignment. In the right...
October 25, 2005 at 8:08 am
Its a known issue, the only problem with the Reporting Services installation is that it did not activate properly at the end of the setup process.
To manually activate Reporting...
October 24, 2005 at 8:20 am
Well not sure if this helps in your situation, but try to restart the "World Wide Web Publishing" IIS service.
October 18, 2005 at 11:38 am
Viewing 15 posts - 31 through 45 (of 64 total)