我正在开发 Windows 应用程序。尝试在单击按钮时调用 Crystal Report Viewer 的加载事件,但无法成功。我想在单击按钮时调用 BillViewer_Load。请帮忙。按钮点击事件
private void BtnShowbill_Click(object sender, EventArgs e)
{
}
报告加载事件
private void BillViewer_Load(object sender, EventArgs e)
{
}
我正在开发 Windows 应用程序。尝试在单击按钮时调用 Crystal Report Viewer 的加载事件,但无法成功。我想在单击按钮时调用 BillViewer_Load。请帮忙。按钮点击事件
private void BtnShowbill_Click(object sender, EventArgs e)
{
}
报告加载事件
private void BillViewer_Load(object sender, EventArgs e)
{
}