I am trying to set the datasource for my crystal report....
but somehow....
I used this code
VB Code:
Private crPendingReport As New PendingRequestReport Private Sub PendingRequestReport_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load daRequest.Fill(DsPendingRequest1) daClient.Fill(DsPendingRequest1) crPendingReport. ????? '<---I want to set my datasource, what did I do wrong? End Sub
Can anyone assist me???




Reply With Quote