static void GetList() { SchGetList frm = new SchGetList(); frm.Url = @"http://watchmen:8080/dswsbobje/services"; frm.Domain = "watchmen"; frm.Login = "******"; frm.AuthType = "secEnterprise"; frm.AssociatedInstance = "LAST_CREATED"; frm.ReportsPath = "338"; // frm.ReportsPath = "1793584"; frm.Show(); Report[] rep = frm.Reports; frm.Close(); }
static void GetList2() { SchGetList frm = new SchGetList(); frm.Url = @"http://trishna:8080/dswsbobje/services"; frm.Domain = "TRISHNA:6400"; frm.Login = "******"; frm.Password = "******"; frm.AuthType = "secEnterprise"; frm.ReportsPath = "**/*"; // frm.ReportsPath = "4992"; frm.Show(); Report[] ret = frm.Reports; frm.Close(); }
static void GetList() { SchGetList frm = new SchGetList(); frm.Url = @"http://vform-boxi3:8080/dswsbobje/services"; frm.Domain = "vform-boxi3:6400"; frm.Login = "******"; frm.Password = ""; frm.AuthType = "secEnterprise"; // frm.ReportsPath = "**/*"; frm.ReportsPath = "1560"; frm.Show(); Report[] ret = frm.Reports; frm.Close(); }
static void GetList() { SchGetList frm = new SchGetList(); frm.Url = @"http://treelife:8080/dswsbobje/services"; frm.Domain = "treelife"; frm.Login = "******"; frm.Password = "******"; frm.AuthType = "secEnterprise"; // frm.ReportsPath = "19940"; // frm.ReportsPath = "4839"; frm.ReportsPath = "**/*"; // frm.ReportsPath = "4992"; frm.Show(); Report[] ret = frm.Reports; frm.Close(); }