FormDataConverter.Table

FormDataConverter.Table property

Gets or sets the middle data container, one DataTable. It must be defined before converting data from one format to another format. The Columns and TableName of the DataTable should be defined. The TableName is the name of the Table in the database. Every column’s ColumnName is the qualified field name of the pdf. Every column’s Caption is the column name of table in the database. If the field name is the same as the table column name, the Caption need not specified.

public DataTable Table { get; set; }

See Also