C# Class PdfRpt.DataAnnotations.CustomAggregateFunctionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System

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

Method Details

CustomAggregateFunctionAttribute() public méthode

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).
Résultat System