Пример #1
0
            public async Task <IActionResult> ExportReport([FromQuery] Guid template)
            {
                var report = StiNetCoreDesigner.GetActionReportObject(this);

                return(await StiNetCoreDesigner.ExportReportResultAsync(this, report));
            }
Пример #2
0
        private async Task <IActionResult> ExportReport(Guid key)
        {
            var report = StiNetCoreDesigner.GetReportObject(this);

            return(await StiNetCoreDesigner.ExportReportResultAsync(this, report));
        }