PdfRpt.DataAnnotations.CalculatedFieldFormulaAttribute.CalculatedFieldFormulaAttribute C# (CSharp) Méthode

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
        public CalculatedFieldFormulaAttribute(string propertyName)
        {
            PropertyName = propertyName;
        }
CalculatedFieldFormulaAttribute