0
Reply

How Do I Set Background Image Of Rdlc Report Table

Sajid Hussain

Sajid Hussain

Apr 30 2015 3:58 AM
1k
i am designing employee card of one company ,company give me one image for that card,
with required field ,and they want to get all employee card on one click.
i use following code
Hide Copy Code
 dataset.EmployeeScpass.Rows.Add(emp.Id, 
emp.Name,
emp.Cnic,
empsp.ToSectorName,
emp.ImgBody,""
);
and in rdlc design view insert one table and design it according to design
,but when i set background image that is given by company ,my rdlc table
is not working with it,i google but not a suitable solution,i test different
method too. i used embedded image put table on it and vice versa,details of employee shown up with out background image.