C# Class PdfRpt.DataAnnotations.CalculatedFieldFormulaAttribute

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

Méthodes publiques

Méthode Description
CalculatedFieldFormulaAttribute ( string propertyName ) : System

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

Method Details

CalculatedFieldFormulaAttribute() public méthode

Defining how a property of MainTableDataSource should be rendered as a column's cell.
public CalculatedFieldFormulaAttribute ( string propertyName ) : System
propertyName string Name of the corresponding column's property.
Résultat System