Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi there,


i want to print only shop name and address which is static.


i just used Text Object for name and address. and some line objects.

i used following code...

VB
Private Sub AddressBack_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
        
        Dim objrpt As New RptAddress
        CrystalReportViewer1.ReportSource = objrpt
        CrystalReportViewer1.Refresh()


    End Sub
Posted
Updated 11-Sep-14 22:04pm
v3
Comments
_Vitor Garcia_ 12-Sep-14 4:13am    
Hi Bhatt,
Can you elaborate more on your issue ?
Please improve question.
[no name] 12-Sep-14 4:22am    
an example i just want to print my name in crystal report.
_Vitor Garcia_ 12-Sep-14 9:41am    
Please understand that to help you, you should help me to understand whats your issue.

For the given info, I can't.


I could tell you to insert a textfield with your name in there and run the report. It will show your name for sure, but i guess that that is not what you want.

Please improve question. If possible, insert some screenshot of the report, whats the error the compiler is throwing in which line, etc.

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900