Click here to Skip to main content
Sign Up to vote bad
good
See more: All-Topics
when i tried to print a bill using crystal report it showing null values .it mean displaying only column names .i am using this printing for windows form VB 2010.
 
i connected my database items.mdb through ADO.net and then then i select columns
 
called Item_No,Item_Name,Qty,Price,Total,Grand_Total. when i press on print button in form 2 it is displaying only Item_No,Item_Name,Qty,Price,Total,Grand_Total feilds only and not displaying their values
 
for print button i used this code
 
Imports CrystalDecisions.CrystalReports.Engine
 
Public Class Form1
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim cryRpt As New ReportDocument
        cryRpt.Load("D:\New folder\Visual Studio 2010\Projects\WindowsApplication2\WindowsApplication2\CrystalReport1.rpt")
        CrystalReportViewer1.ReportSource = cryRpt
        CrystalReportViewer1.Refresh()
    End Sub
End Class
 
where is the error please kindly tell me. if you found any further details which are required to answer this question please comment. thanks to all in advance
Posted 4 Dec '12 - 4:28


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 385
1 Sergey Alexandrovich Kryukov 348
2 Arun Vasu 345
3 Tadit Dash 228
4 Aarti Meswania 195
0 Sergey Alexandrovich Kryukov 9,955
1 OriginalGriff 7,589
2 CPallini 4,028
3 Rohan Leuva 3,422
4 Maciej Los 2,949


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 4 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid