Change Crystal setting: "Overridden Table Name" in Code

I have no problem setting almost any connection value in the report other than this one. I am using XI R2 and I tried CRAXDDRT as well as SDK .NET.

Anyone have any luck doing this?

By the way, the reason I want to do this is because I want the report to target the database specified in the system DSN instead of the "catalog" value in the report. I can set this value manually, but there are too many reports for this manually.

Thanks in advance

EDIT: Sorry, I somehow cut off the part where I mention the field name giving me problems :)

This field is "Qualified Table Name"

0


a source to share


1 answer


Looking back at a colleague's research and I did on this, we came to the conclusion that rpt cannot be modified in code. I was thinking about using AutoIt, but we decided to just establish a connection at runtime, which required creating a crystal export tool.



0


a source







All Articles