Carlos kambui

Carlos kambui

  • NA
  • 499
  • 117.6k

stimulsoftreport

Nov 2 2015 2:59 AM
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<VehicleType> tvehicles = new List<VehicleType>();
private List<CompanyType> company = new List<CompanyType>();
public List<VehicleType> vehicle
{
get { return tvehicles; }
set { tvehicles = value; }
}
public CompanyType Companys
{
get { return Companys; }
set { Companys = value; }
}
public Vehiclelist(List<VehicleType> VEHICLE)
{
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<VehicleType> tvehicles = new List<VehicleType>();
private List<CompanyType> company = new List<CompanyType>();
public List<VehicleType> vehicle
{
get { return tvehicles; }
set { tvehicles = value; }
}
public CompanyType Companys
{
get { return Companys; }
set { Companys = value; }
}
public Vehiclelist(List<VehicleType> VEHICLE)
{
vehicle = VEHICLE;
Companys = Companys;
}
}
}
}