Click here to Skip to main content
15,896,726 members

Comments by Dianne Ramos (Top 13 by date)

Dianne Ramos 8-Jun-15 3:52am View    
have you set a datasource somewhere in your code for your report?
Dianne Ramos 8-Jun-15 3:47am View    
what error are you getting?
Dianne Ramos 29-May-15 0:10am View    
He's a troll. Wait till he answers his own question.
Dianne Ramos 28-May-15 3:29am View    
can you put a try/catch statement so that we'll know what's causing it.

try{
viewReport();
}
catch(Exception ex)
{
MessageBox.Show(ex.Message,"Message", MessageBoxButtons.Ok, MessageBoxIcon.Information);
}
Dianne Ramos 28-May-15 3:26am View    
maybe it is looking for the file "../../InvoiceReport.rpt". Please check if this file exists in installation directory.