Пример #1
0
        /// <summary>
        /// Handles the HostedPageLoadComplete event of the RptViewer control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="Gizmox.WebGUI.Forms.Hosts.AspPageEventArgs"/> instance containing the event data.</param>
        private void RptViewer_HostedPageLoadComplete(object sender, Gizmox.WebGUI.Forms.Hosts.AspPageEventArgs e)
        {
            switch (reportDestination)
            {
            case ReportDestinations.Printer:
                break;

            case ReportDestinations.ExcelFile:
                break;

            case ReportDestinations.PdfFile:
                break;

            case ReportDestinations.Preview:
            default:
                PreviewReport();
                break;
            }
        }
Пример #2
0
 private void RptViewer_HostedPageLoadComplete(object sender, Gizmox.WebGUI.Forms.Hosts.AspPageEventArgs e)
 {
 }