or
Hi.
This is suriya,
Now i have a problem in rendering the output in pdf., i.e., in runtime i display some of the rows in BOLD Font for my comfortable..
but in the output it is rendered correctly., but when i try to take printout or render the output in the pdf means it is display ine the ordinary
font.,
plz rectify my problem very fast..
Bye..
By
Suriya
class BlendingModel |
{ |
private List<BlendingModelRow> _dataRow = new List<BlendingModelRow>(); |
public DateTime StartDate { get; set; } |
public DateTime EndDate { get; set; } |
public List<BlendingModelRow> dataRow { get { return _dataRow; } set { _dataRow = value; } } |
} |