救命!!!水晶报表打印、输出问题???高手救我。
我自己做的一个水晶报表查询、打印和导出程序。查询没问题但打印和输出没反应。修改程序,在
if (!Page.IsPostBack)
{
DDL_y1.Enabled = false;
DDL_y2.Enabled = false;
DDL_m1.Enabled = false;
DDL_m2.Enabled = false;
DDL_d1.Enabled = false;
DDL_d2.Enabled = false;
DDL_h1.Enabled = false;
DDL_h2.Enabled = false;
DDL_mn1.Enabled = false;
DDL_mn2.Enabled = false;
DDL_fl.Enabled = false;
BTN_src.Enabled = false;
}
else
{
//选择查询方式
if (RB1.Checked)
{
Get();
DDL_fl.Enabled = true;
BTN_src.Enabled = true;
}
else
{
Get();
DDL_y1.Enabled = true;
DDL_y2.Enabled = true;
DDL_m1.Enabled = &nb