you have to passed the field Name as a parameter.
In the Data tab of report designer ( SSRS 2005), Click on the Dataset , switch on Field tab for Dataset, you will see the field Name associated with the dimension attibutes and measures.
Ex:
=Parameters![ReportParameter.value]
=Fields!FieldName.value
I hope will sort your issue!!