Click here to Skip to main content
16,021,004 members

Comments by GoggatjieLiesl (Top 18 by date)

GoggatjieLiesl 24-Sep-12 5:07am View    
Thanks hope the question update helps
GoggatjieLiesl 23-Sep-12 6:34am View    
I have tried this but still when i press button to generate report it only shows Invoice number in textbox but nothing in my BBF textbox
GoggatjieLiesl 18-Sep-12 13:45pm View    
Thanks
GoggatjieLiesl 18-Sep-12 12:37pm View    
Hey Its the normal reportviewer that comes with c#

i have tried the following

this.reportViewer1.LocalReport.ReportEmbeddedResource = "Report2.rdlc";
ReportParameter rp = new ReportParameter("InvoiceNumber", this.textBox2.Text);
this.reportViewer1.LocalReport.SetParameters(new ReportParameter[] { rp });

this.reportViewer1.RefreshReport();

now i get error missing namespace or a assembly reference?
How do i fix this
GoggatjieLiesl 16-Sep-12 3:13am View    
Hey, Can i ask you one more question in this table i have a foreign key aswell, now the form again doesnt want to run how do i fix the foreign key issue i tried the same way with identity but only allowed one identity per table. In my foreign key main table i did specify it as identity