Hi,
We are migrating a VB application to VB.Net. The existing application used crystal reports 8 for building the reports. Now, during migration we converted CR 8 to CR 11. We have couple of issues in this.
1) In the exisiting vb app, there is a label to display the total records count that displayed in the CR viewer.
The code used is lblRecCount.Caption = crRpt.PrintingStatus.NumberOfRecordSelected.
But this is not supported in vb.net. Please anyone help on this.
2) In CR Viewer(vb.net), the business objects logo is not displayed in the toolbar. Any workaround?
Thanks in advance.