TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Carlos kambui
NA
499
124.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;
}
}
}
}
Reply
Answers (
0
)
barcode generation
Project