using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SaccoClassLibrary1;
using Class1;
using Stimulsoft.Report;
namespace Sacco
{
class SaccoReport
{
private Saccomembers Svcclient = new Saccomembers();
public class Vehiclelist
{
private List
private List
public List
{
get { return tvehicles; }
set { tvehicles = value; }
}
public CompanyType Companys
{
get { return Companys; }
set { Companys = value; }
}
public Vehiclelist(List
{
vehicle = VEHICLE;
Companys = Companys;
}
}
}
}
above are my codes under class and below are my codes under button click pliz any body collect me my report open but does not have data
help pliz
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SaccoClassLibrary1;
using Class1;
using Stimulsoft.Report;
namespace Sacco
{
class SaccoReport
{
private Saccomembers Svcclient = new Saccomembers();
public class Vehiclelist
{
private List tvehicles = new List();
private List company = new List();
public List vehicle
{
get { return tvehicles; }
set { tvehicles = value; }
}
public CompanyType Companys
{
get { return Companys; }
set { Companys = value; }
}
public Vehiclelist(List VEHICLE)
{
vehicle = VEHICLE;
Companys = Companys;
}
}
}
}
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SaccoClassLibrary1;
using Class1;
using Stimulsoft.Report;
namespace Sacco
{
class SaccoReport
{
private Saccomembers Svcclient = new Saccomembers();
public class Vehiclelist
{
private List
private List
public List
{
get { return tvehicles; }
set { tvehicles = value; }
}
public CompanyType Companys
{
get { return Companys; }
set { Companys = value; }
}
public Vehiclelist(List
{
vehicle = VEHICLE;
Companys = Companys;
}
}
}
}
Replies
Know the answer? Post it — somebody with the same question will find it here.