Initial commit
This commit is contained in:
18
Reporting/Reporting.aspx
Normal file
18
Reporting/Reporting.aspx
Normal file
@@ -0,0 +1,18 @@
|
||||
<%@ 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" />
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user