90 lines
5.4 KiB
XML
90 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report ScriptLanguage="Vb" ReportInfo.Created="11/28/2015 07:43:07" ReportInfo.Modified="12/14/2020 08:07:53" ReportInfo.CreatorVersion="2021.1.0.0">
|
|
<ScriptText>Imports System
|
|
Imports System.Collections
|
|
Imports System.Collections.Generic
|
|
Imports System.ComponentModel
|
|
Imports System.Windows.Forms
|
|
Imports System.Drawing
|
|
Imports Microsoft.VisualBasic
|
|
Imports FastReport
|
|
Imports FastReport.Data
|
|
Imports FastReport.Dialog
|
|
Imports FastReport.Table
|
|
Imports FastReport.Barcode
|
|
Imports FastReport.Utils
|
|
|
|
Namespace FastReport
|
|
Public Class ReportScript
|
|
|
|
|
|
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
|
dim s as String()
|
|
dim pfad as string
|
|
pfad=""
|
|
s=report.FileName.Split("\")
|
|
dim i as integer
|
|
for i=0 to s.length-3
|
|
pfad=pfad+s(i)+"\"
|
|
next i
|
|
Dim ReportLogo as String
|
|
ReportLogo=pfad+"Logo\reportlogo.png"
|
|
picture1.ImageLocation=Reportlogo
|
|
End Sub
|
|
End Class
|
|
End Namespace
|
|
</ScriptText>
|
|
<Dictionary>
|
|
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
|
<Column Name="Total" DataType="System.Double"/>
|
|
<Column Name="Behandler" DataType="System.String"/>
|
|
<Column Name="datum" DataType="System.DateTime"/>
|
|
<Column Name="SSO_Nummer" DataType="System.String"/>
|
|
<Column Name="Menge" DataType="System.Double"/>
|
|
<Column Name="bezd" DataType="System.String"/>
|
|
</TableDataSource>
|
|
<Parameter Name="Absender" DataType="System.String"/>
|
|
<Parameter Name="Behandler" DataType="System.String"/>
|
|
<Parameter Name="Datum von" DataType="System.String"/>
|
|
<Parameter Name="Datum bis" DataType="System.String"/>
|
|
<Parameter Name="SSO-Nummer von" DataType="System.String"/>
|
|
<Parameter Name="SSO-Nummer bis" DataType="System.String"/>
|
|
<Total Name="Total" Expression="[Daten.Total]" Evaluator="Data1"/>
|
|
</Dictionary>
|
|
<ReportPage Name="Page1" Watermark.Font="Arial, 60pt">
|
|
<ReportTitleBand Name="ReportTitle1" Top="20" Width="718.2" Height="75.6">
|
|
<TextObject Name="Text1" Left="151.2" Width="548.1" Height="18.9" Text="Fakturierte Leistungen [Datum von]-[Datum bis] / [SSO-Nummer von]-[SSO-Nummer bis]" HorzAlign="Right" Font="Arial, 10pt, style=Bold, Underline"/>
|
|
<TextObject Name="Text12" Left="349.65" Top="18.9" Width="349.65" Height="18.9" Text="[Absender]" HorzAlign="Right" Font="Arial, 10pt"/>
|
|
<PictureObject Name="Picture1" Left="9.45" Width="132.3" Height="66.15" BeforePrintEvent="Picture1_BeforePrint" ImageLocation="E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Debug\DHKloten\Reporting\Logo\reportlogo.png" ImageFormat="Png"/>
|
|
</ReportTitleBand>
|
|
<PageHeaderBand Name="PageHeader1" Top="115.6" Width="718.2" Height="28.35">
|
|
<TextObject Name="Text2" Left="9.45" Width="56.7" Height="18.9" Text="Datum" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text3" Left="132.3" Width="37.8" Height="18.9" Text="Anz." HorzAlign="Justify" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text16" Left="94.5" Width="37.8" Height="18.9" Text="Nr." Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text4" Left="170.1" Width="94.5" Height="18.9" Text="Leistung" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text5" Left="604.8" Width="94.5" Height="18.9" Text="Total" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
|
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="689.85"/>
|
|
</PageHeaderBand>
|
|
<DataBand Name="Data1" Top="163.95" Width="718.2" Height="18.9" DataSource="Daten">
|
|
<TextObject Name="Text13" Left="9.45" Width="94.5" Height="18.9" Text="[Daten.datum]" Duplicates="Hide" Format="Date" Format.Format="d" Font="Arial, 10pt"/>
|
|
<TextObject Name="Text14" Left="94.5" Width="47.25" Height="18.9" Text="[Daten.SSO_Nummer]" Font="Arial, 10pt"/>
|
|
<TextObject Name="Text15" Left="132.3" Width="37.8" Height="18.9" Text="[Daten.Menge]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" WordWrap="false" Font="Arial, 10pt" Trimming="EllipsisCharacter"/>
|
|
<TextObject Name="Text17" Left="170.1" Width="434.7" Height="18.9" Text="[Daten.bezd]" Font="Arial, 10pt"/>
|
|
<TextObject Name="Text18" Left="604.8" Width="94.5" Height="18.9" Text="[Daten.Total]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" WordWrap="false" Font="Arial, 10pt" Trimming="EllipsisCharacter"/>
|
|
<Sort>
|
|
<Sort Expression="[Daten.datum]"/>
|
|
<Sort Expression="[Daten.SSO_Nummer]"/>
|
|
</Sort>
|
|
</DataBand>
|
|
<ReportSummaryBand Name="ReportSummary1" Top="202.85" Width="718.2" Height="37.8">
|
|
<TextObject Name="Text19" Left="604.8" Top="9.45" Width="94.5" Height="18.9" Text="[Total]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text20" Left="510.3" Top="9.45" Width="94.5" Height="18.9" Text="Total" Font="Arial, 10pt, style=Bold"/>
|
|
<LineObject Name="Line2" Left="9.45" Width="689.85"/>
|
|
</ReportSummaryBand>
|
|
<PageFooterBand Name="PageFooter1" Top="260.65" Width="718.2" Height="37.8">
|
|
<TextObject Name="Text10" Left="9.45" Top="9.45" Width="170.1" Height="18.9" Text="[Date]" Font="Arial, 10pt"/>
|
|
<TextObject Name="Text11" Left="604.8" Top="9.45" Width="94.5" Height="18.9" Text="[Page#]" HorzAlign="Right" Font="Arial, 10pt"/>
|
|
</PageFooterBand>
|
|
</ReportPage>
|
|
</Report>
|