コード例 #1
0
        public static void SqlReports(this ProtoServer server, Action <ReportOptions> action)
        {
            var cxt = new ProtoSsrsTask();

            server.RegisterProtoTask(cxt);
            action(cxt);
        }
コード例 #2
0
ファイル: Extensions.cs プロジェクト: GorelH/dropkick
 public static void SqlReports(this ProtoServer server, Action<ReportOptions> action)
 {
     var cxt = new ProtoSsrsTask();
     server.RegisterProtoTask(cxt);
     action(cxt);
 }