在本示例中,我们创建一个简单的"Hello, World!" 脚本。在设计器中点击 FastReport 的“New report” 按钮,自动创建一个空白的模板。切换到 "Code"页面标签,并编写如下代码:
PascalScript:
begin
ShowMessage('Hello, World!');
end.
C++ Script:
{
ShowMessage("Hello, World!");
}
然后,运行报表。FastReport的窗口中显示结果如下:
本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:FastReport控件中文网 [https://www.fastreportcn.com/]
本文地址:https://www.fastreportcn.com/post/1209.html
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:FastReport控件中文网 [https://www.fastreportcn.com/]
本文地址:https://www.fastreportcn.com/post/1209.html