Question

I am using reportbuilder 15.

I included unit ppReport, declared an object rptBuilder1 = TppReport in my pas file from where I have to call the print function. In my code while printing the report, I am using following line to call reportbuilder function

rptBuilder1.Print;

while pressing Ctrl + Click on Print method, RAD studio is not taking me to the ppReport.pas file which is there in C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\RBuilder\Source

Note: I have already included above path in delphi environment

Was it helpful?

Solution

I don't know how, but it worked. I removed the path of RBuilder from Environment Options and then added again. Ctrr+Click worked.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top