Try with this type of format.
[System.Web.Services.WebMethod]
public static void GetReport()
{
}
[System.Web.Services.WebMethod]
public static void GetReport(string name)
{
}
Get more detail from
http://www.aspsnippets.com/Articles/Call-ASPNet-Page-Method-using-jQuery-AJAX-Example.aspx