Print Page | Close Window

Next page is not shown

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=3814
Printed Date: 16 May 2024 at 10:10pm


Topic: Next page is not shown
Posted By: Youssef
Subject: Next page is not shown
Date Posted: 28 Jul 2008 at 2:02am
Dear All,

Kindly note i have created simple application to test the functionality of Next page in the crystal report viewer

if i click next page the report appears to be blank


Would you please advice, here is my code below

DataSet11.Clear()
        OleDbDataAdapter1.Fill(DataSet11)

        Dim cr As New CrystalReport1

        cr.SetDataSource(DataSet11)

        CrystalReportViewer1.ReportSource = cr

        CrystalReportViewer1.Visible = True

Thanks in advance



Print Page | Close Window