I have been trying to browse a Crystal Report with following
VB code:
CrystalReport1.ReportFileName = "C:\Report1.rpt"
CrystalReport1.ReportTitle = "Title of the Report"
CrystalReport1.Action = 1
I do not see any change in the title. How can I pass a title from
VB to my report?