Crystal Reports - “The report you requested requires further information”
问题 I have some Crystal Reports that were created using Crystal (external to Visual Studio) and are now loaded in the VS project. Before the report is previewed I set up the report database information like this in the report and all subreports. var connectionInfo = new ConnectionInfo(); connectionInfo.ServerName = "192.168.x.xxx"; connectionInfo.DatabaseName = "xxxx"; connectionInfo.Password = "xxxx"; connectionInfo.UserID = "xxxx"; connectionInfo.Type = ConnectionInfoType.SQL; connectionInfo