Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xsdファイルを使用または作成せずに、データセットを使用してCrystal Reportを作成することは可能ですか? ここにはそれを行うレポートが 1 つあります。データセットに接続されていますが、使用されている xsd ファイルはありません。
もちろん、レポート ドキュメントの SetDataSource メソッドを使用することもできます。
YourReportDocument.SetDataSource(YourDS);