C# 클래스 PdfRpt.DataAnnotations.CalculatedFieldFormulaAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
CalculatedFieldFormulaAttribute ( string propertyName ) : System

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

메소드 상세

CalculatedFieldFormulaAttribute() 공개 메소드

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.
리턴 System