C# Class PdfRpt.DataAnnotations.CustomAggregateFunctionAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System

Defining how a property of MainTableDataSource should be rendered as a column's cell.

Method Details

CustomAggregateFunctionAttribute() public method

Defining how a property of MainTableDataSource should be rendered as a column's cell.
public CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System
aggregateFunctionType System.Type A typeof(IAggregateFunction) value, such as typeof(Sum).
return System