cancel
Showing results for 
Search instead for 
Did you mean: 

VCL component for CR export format types vs. .Net export format types questions

costa-b
Explorer
0 Kudos

Hello:

We have a Delphi application that uses the VCL component for displaying CR reports.

I have a specific question related to the export options that are present in the VCL component but they are not in the .net version.

This is in .Net:

  public enum ExportFormatType

  {

    NoFormat,

    CrystalReport,

    RichText,

    WordForWindows,

    Excel,

    PortableDocFormat,

    HTML32,

    HTML40,

    ExcelRecord,

    Text,

    CharacterSeparatedValues,

    TabSeperatedText,

    EditableRTF,

    Xml,

    RPTR,

    ExcelWorkbook,

  }

And these are the options in the VCL control:

  TCrExportType = (AdobeAcrobatPDF, CrystalReportRPT, EditableWord, HTML32,

    HTML40, MSExcel, MSWord, ODBCTable, Records, ReportDefinition,

    RichText, SeparatedValues, TabSeparatedText, TextFormat, XML1);

Here is the mapping betwen the VCL and .Net:

VCL.Net
AdobeAcrobatPDFPortableDocFormat
CrystalReportRPTCrystalReport
EditableWordWordForWindows (?)
HTML32HTML32
HTML40HTML40
MSExcelExcel or ExcelWorkbook - not sure what is the difference
MSWordWordForWindows
ODBCTable?
Records?
ReportDefinition?
RichTextRichText or EditableRTF ?
SeparatedValuesCharacterSeparatedValues
TabSeparatedTextTabSeperatedText
TextFormatText
XML1Xml

Could you please review the table and let me know if there is anything incorrect, and what options do I have where the question marks are?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

The question marks can be substituted with "not available" with the CR SDK for .NET.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Answers (0)