• 报表参数处理


    using Microsoft.Reporting.WinForms;
    用来处理一个表中无法绑定其他数据集的问题
    选择【报表】菜单,【报表参数】菜单,在报表参数界面中,添加一个报表参数取名为“prod_cat_sub”,类型为String,提示信息为“输入产品系列名称”,允许空白值;
    ReportParameter p = new ReportParameter("prod_cat_sub", "Component");
    reportViewer1.LocalReport.SetParameters(new ReportParameter[] { p });
  • 相关阅读:
    SED{shell三剑客awk,sed,grep}
    AWK{shell三剑客awk,sed,grep}
    面试汇总
    shell脚本
    redis主从
    haproxy
    grafana
    zabbix
    lnmp
    shell 基础
  • 原文地址:https://www.cnblogs.com/debuging/p/2551761.html
Copyright © 2020-2023  润新知