Apply custom format on cross tab depend on data
Posted: Thu Sep 04, 2014 10:09 am
Is there any way to apply custom format from field that come from datasource
for example
if i have datasource that fill by list( of employee) , and the defintion of employee class is
public class Employee
public property Name as string
public property Salary as decimal
public property SalaryFromat as string
End Class
for example
if i have datasource that fill by list( of employee) , and the defintion of employee class is
public class Employee
public property Name as string
public property Salary as decimal
public property SalaryFromat as string
End Class