or
class
Program
{
static
void
Main()
{
Service1Client client =
new
Service1Client();
var data = client.GetGraphData(5, 150, 10,
"Goodbye"
,
"Hello"
);
client.Close();
}
}
public
partial
class
MyReport : Telerik.Reporting.Report
public
string
MyString
{
get
{
return
"Demo Telerik Report"
; }
}
public
EntiteDatabase()
{
//
// Required for telerik Reporting designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
}