0
votes

I want to get the table type from crystal report (.rpt) file using C#. In Crystal Report, Databaseà Set Database Location à Expand the Name of the database object, properties, then Table Name and Table Type get appear. I can get the Table Name, solution is given with this url Programmatically get report tables from a Crystal Reports .rpt file

Is it possible to get the Table type from .rpt file?

1

1 Answers

0
votes

I'm sure that you can adapt the code from RptToXml: