Maximum size of Report Parameter

I have a report which I need to call from ASP.NET page. I'm trying to use reportviewer control that came with Reporting Services 2000.

The report has a parameter which accepts more than 5000 charecters size string. But when I run the report the report viewr never responds. But if I limit the size to around 700 charesters it works fine.

So, my question is what is the maximum size allowed to set the reporting services report parameter value ?

Is there any difference in SSRS 2000 and SSRS 2005 related to this issue?

[562 byte] By [Raj] at [2007-12-19]
# 1
In SSRS 2000, parameters were submitted via url, so you will run into a limitation based on the the maximum allowable length of a url (around 2000 characters). SSRS 2005 has no such restriction.
BrianHartman-MSFT at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified