ASP.net アプリケーションのレポート目的で Report Viewer を使用しています。問題は、テーブル (DB は SQL Server) に 50 文字未満のデータがある場合、レポートは正常に機能しますが、データが 50 文字を超えると、エラーが発生することです。
An error has occurred during report processing.
Cannot create a connection to data source 'DataSet1'.
Exception has been thrown by the target of an invocation.
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
問題を解決できません。事前に助けてください