如何从 C# 中的代码设置 Stimulsoft 报告的数据库路径?

How to set the Path of the Database for a Stimulsoft Report from the Code in C#?

我正在我的应用程序中使用 Stimulsoft 报告,我想将数据库的路径更改为当前目录如何将路径传递给报告,以便它可以根据我的意愿更改路径。

 ((StiSqlDatabase)report.Dictionary.Databases[ "Connection"]).ConnectionString = "(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source
                 =xxx;Jet OLEDB:Database Password=xxxxxxx;Persist Security Info=True;");"