24#include "AstReport/ReportStyle.hpp"
40AST_LOADER_API errc_t
aLoadReportStyle(StringView filepath, ReportStyle& report);
46AST_LOADER_API errc_t
aLoadReportStyle(BKVParser& parser, ReportStyle& report);
errc_t aLoadReportStyle(StringView filepath, ReportStyle &report)
从文件路径加载报表样式
定义 ReportStyleLoader.cpp:570