Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to read a Crystal Report template using C# and want to determine the definition of a CrossTabObject.

Specifically, I want to extract the Row definitions (i.e. which table columns are used for the rows), the Column definitions, the cell definitions (e.g. SUM(table.column)), the headings etc. so I can report on them.

How would I go about that?
I have read through the sections and found the CrossTabObject but can get no further.

The CrystalDecisions.CrystalReports.Engine.CrossTabObject only appears to have limited properties available.(Border, Height, Kind, Left, Name etc.)

What am I missing?

What I have tried:

I am using Microsoft Visual Studio 2019 for a C# solution.
I have:

using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;

I can step through the code and identify the CrystalDecisions.CrystalReports.Engine.CrossTabObject, but none of the methods or properties are helpful - they appear to be base methods and properties.
Posted
Updated 28-Feb-20 7:06am

1 solution

Page 49.

https://knowledgebase.progress.com/servlet/fileField?id=0BEa0000000LALc
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900