Database Login appears intermittently during the first attempt to preview a report. I am using Crystal Report for Visual Studio Service Pack 13
I am populating the report with a DataSet object that I have already populated. The report doesn't not connect to a database server.
m_ReportDocument.SetDataSource(m_DataSet)
If I hit cancel on the Database Login, the Crystal Report Viewer Control doesn't display anything.
Thanks