protected void RunAll_Click(object sender, EventArgs e) { ReportRunner.Run(true); }
protected override void OnRun() { ReportRunner.Run(false); }