コード例 #1
0
 protected void ExportButton_Click(object sender, EventArgs e)
 {
     TransactionGridView.Export("Current Transactions for " + SessionWrapper.Instance.Get.CustomerFromQueryString.Name);
 }
 protected void ExportButton_Click(object sender, ImageClickEventArgs e)
 {
     TransactionGridView.Export("Transaction Archive for " + SessionWrapper.Instance.Get.CustomerFromQueryString.Name, MonthRangePicker.DateRange);
 }
コード例 #3
0
 protected void ExportButton_Click(object sender, ImageClickEventArgs e)
 {
     cffGGV_TransactionGridView.Export(GetDocumentTitle(), MonthRangePicker.DateRange);
 }