PdfRpt.DataAnnotations.CalculatedFieldFormulaAttribute.CalculatedFieldFormulaAttribute C# (CSharp) Method

CalculatedFieldFormulaAttribute() public method

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