You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.5 KiB

<%@ Page Language="C#" MasterPageFile="~/Site2.Master" AutoEventWireup="True" CodeBehind="Reporting.aspx.cs" Inherits="QW2021C.Reporting.Reporting" %>
<%@ Register Assembly="Syncfusion.EJ.Web, Version=18.3460.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>
<%@ Register Assembly="Syncfusion.EJ, Version=18.3460.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Models" TagPrefix="ej" %>
<%@ Register assembly="FastReport.Web" namespace="FastReport.Web" tagprefix="cc1" %>
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="Server">
<asp:Label runat="server"><h4>Auswertung</h4></asp:Label>
<div>
<cc1:WebReport ID="WebReport1" runat="server"
Width="100%" height="500px" BorderStyle="Solid" BorderWidth="1px" PdfAuthor="qw"
PdfEmbeddingFonts="False" PdfProducer="FastReport" ShowExports="True"
ShowOdsExport="False" ShowOdtExport="False" ShowPdfExport="True" ShowDbfExport="false" ShowExcel2007Export="False" ShowMhtExport="false"
ShowPowerPoint2007Export="False" ShowRtfExport="False" ShowTextExport="False"
ShowWord2007Export="False" ShowXmlExcelExport="False" ShowXpsExport="False" ToolbarStyle="Small" OnStartReport="WebReport_StartReport" OnSaveDesignedReport="WebReport1_SaveDesignedReport" />
</div>
</asp:Content>