I need assistance with a Function in SQL SERVER 2005

Hi experts how can I test a function in SQL Server Management Studio 2005?  The name of the function is:

AddReports

Thanks in advance,
mrotor

Solution: I need assistance with a Function in SQL SERVER 2005

or
select dbo.AddReports()
or
select dbo.AddReports(parameters)