crystal reports aspx.vb

  1. wizzykidd

    Dynamically edit field in Crystal report from aspx.vb

    I have a report that has a field called Field1 my Code is Imports CrystalDecisions.CrystalReports.Engine Partial Public Class Print Inherits System.Web.UI.Page Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim rDoc As...
Back
Top