C# Класс PdfRpt.DataAnnotations.CustomAggregateFunctionAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System

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

Описание методов

CustomAggregateFunctionAttribute() публичный Метод

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).
Результат System