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
How to create and export report to dbf file with correct col
Re: How to create and export report to dbf file with correct
Hello.
Sorry, for delay with answer.
We need some additional time to prepare an answer.
Thank you.
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
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.
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
Thank you
It works!
How can I export Logical and Memo type?
Is it possible to export data to DBaseIV dbf format?
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
Hello.
The Memo type is not supported.
We support DBaseIII version only and there will be not any changes.
Thank you.
The Logical type is Boolean and could be specified as other types.raw wrote:How can I export Logical and Memo type?
Is it possible to export data to DBaseIV dbf format?
The Memo type is not supported.
We support DBaseIII version only and there will be not any changes.
Thank you.