New to Telerik ReportingStart a free 30-day trial

Sample business logic object. Used for a data binding demonstration only

Definition

Namespace:Telerik.Reporting.Charting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class ProductsBL

Inheritance: objectProductsBL

Constructors

C#
public ProductsBL()

Methods

Returns products list

C#
public static List<Product> GetProductsList()
Returns:

List<Product>