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.
数式エディタで使用できるようにテキストオブジェクトを取得するにはどうすればよいですか?
テキスト オブジェクトは、Crystal Reports 内の数式エディタを使用して読み取ったり変更したりできません。動的コンテンツが必要な場合は、テキスト オブジェクトの代わりに数式を使用することをお勧めします。
奇妙なことに、実行時に .NET を使用してテキスト オブジェクトの値を変更できます。
例えば
rptObject.ReportDefinition.ReportObjects("Text1").Text = "Some dynamic content"