How to create and export report to dbf file with correct col

Stimulsoft Reports.NET discussion
Post Reply
raw
Posts: 4
Joined: Tue Feb 17, 2015 7:32 am

How to create and export report to dbf file with correct col

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to create and export report to dbf file with correct

Post by HighAley »

Hello.

Sorry, for delay with answer.
We need some additional time to prepare an answer.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to create and export report to dbf file with correct

Post 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.
raw
Posts: 4
Joined: Tue Feb 17, 2015 7:32 am

Re: How to create and export report to dbf file with correct

Post by raw »

Thank you
It works!

How can I export Logical and Memo type?
Is it possible to export data to DBaseIV dbf format?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to create and export report to dbf file with correct

Post 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.
Post Reply