Page 1 of 1
How to create and export report to dbf file with correct col
Posted: Tue Feb 17, 2015 9:56 am
by raw
How to create and export report to dbf file with correct column types in C#?
I want to create dbf table from my business objects dynamically.
Examples:
DateTime field to Date
Decimal field to Numeric(x,x)
and so on...
Stimulsoft v2011.2
Re: How to create and export report to dbf file with correct
Posted: Wed Feb 18, 2015 11:45 am
by HighAley
Hello.
Sorry, for delay with answer.
We need some additional time to prepare an answer.
Thank you.
Re: How to create and export report to dbf file with correct
Posted: Wed Feb 18, 2015 2:34 pm
by HighAley
Hello.
All data are exported as string. If you need different you could specify using Tag property.
Please, read the
Controlling Exports section of the Stimulsoft Programming Manual.
Thank you.
Re: How to create and export report to dbf file with correct
Posted: Thu Feb 19, 2015 9:36 am
by raw
Thank you
It works!
How can I export Logical and Memo type?
Is it possible to export data to DBaseIV dbf format?
Re: How to create and export report to dbf file with correct
Posted: Thu Feb 19, 2015 11:02 am
by HighAley
Hello.
raw wrote:How can I export Logical and Memo type?
Is it possible to export data to DBaseIV dbf format?
The Logical type is Boolean and could be specified as other types.
The Memo type is not supported.
We support DBaseIII version only and there will be not any changes.
Thank you.