public static void SqlReports(this ProtoServer server, Action <ReportOptions> action) { var cxt = new ProtoSsrsTask(); server.RegisterProtoTask(cxt); action(cxt); }
public static void SqlReports(this ProtoServer server, Action<ReportOptions> action) { var cxt = new ProtoSsrsTask(); server.RegisterProtoTask(cxt); action(cxt); }