Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Next page is not shown Post Reply Post New Topic
Author Message
Youssef
Newbie
Newbie


Joined: 02 Jul 2008
Location: Egypt
Online Status: Offline
Posts: 3
Quote Youssef Replybullet Topic: Next page is not shown
    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
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.