• <menu id="w2i4a"></menu>
  • logo FastReport中文文檔

    .Net 對象


    在腳本中,您可以使用以下程序集中定義的任何 .Net 對象:

    System.dll
    System.Drawing.dll
    System.Windows.Forms.dll
    System.Data.dll
    System.Xml.dll

    點擊復制


    除此之外,您還可以使用 FastReport 程序集中定義的任何對象。如果需要訪問其他程序集,請將其添加到程序集列表中。這可以在 "Report|Options...(報告|選項...)"菜單中選擇 "Script(腳本)"選項卡來完成:

    fastreport

    例如,如果要在報告中使用在應用程序中聲明的函數(shù),請在報告程序集列表中添加應用程序程序集(.exe 或 .dll)。然后就可以使用應用程序的命名空間調(diào)用該函數(shù)。例如,應用程序中定義了以下函數(shù):

    namespace Demo
    {
      public static class MyFunctions
      {
        public static string Func1()
        {
          return"Hello!";
        }
      }
    }

    點擊復制

    在腳本中調(diào)用它的方法如下:
    string hello = Demo.MyFunctions.Func1();

    點擊復制

    如果您使用的是 "Demo",那么它將允許您進行短合成:
    string hello = MyFunctions.Func1();

    點擊復制


    如需下載fastreport最新試用版,請點產(chǎn)品名跳轉(zhuǎn)產(chǎn)品下載頁>>

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();