Bogdan Doicin
Bogdan Doicin

Reputation: 2416

Components not linking between Delphi XE3 and Fast Report 4

I am trying to print an array in FastReport 4. I found the tutorial on their official page and tried to put it to use. I added a TfrxUserDataSet component and a MasterData in the report. However, I cannot link those two. MasterData does not see my TfrxUserDataSet component.

What am I doing wrong? The compiled demo didn't help me, because I don't have the C language installed.

Upvotes: 1

Views: 707

Answers (1)

Torbins
Torbins

Reputation: 2216

Go to Report>Data... in Report Designer and check your TfrxUserDataSet there.

Upvotes: 3

Related Questions