Files
Lehrlingsparcours/LPWeb24 - Kopie/LPWeb20/Reporting/WebStat_Firmenangebot.frx
2019-12-21 10:58:30 +01:00

74 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="08/30/2013 22:03:04" ReportInfo.CreatorVersion="2013.2.2.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)
Picture1.ImageLocation= CType(Report.GetParameterValue(&quot;URL&quot;), String)
End Sub
End Class
End Namespace
</ScriptText>
<Dictionary>
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
<Column Name="Beruf" DataType="System.String"/>
<Column Name="Jahr" DataType="System.String"/>
<Column Name="Beschreibung" DataType="System.String"/>
<Column Name="WebStatistikNr" DataType="System.Int32"/>
<Column Name="NameZ1" DataType="System.String"/>
<Column Name="NameZ2" DataType="System.String"/>
<Column Name="PLZ" DataType="System.String"/>
<Column Name="Ort" DataType="System.String"/>
<Column Name="Expr1" DataType="System.Int32"/>
</TableDataSource>
<Parameter Name="Parcours" DataType="System.String"/>
<Parameter Name="Spruch" DataType="System.String"/>
<Parameter Name="URL" DataType="System.String"/>
</Dictionary>
<ReportPage Name="Page1">
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="141.75">
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
<TextObject Name="Text3" Left="179.55" Top="37.8" Width="529.2" Height="18.9" Text="[Daten.Beschreibung]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
<TextObject Name="Text19" Left="510.3" Top="9.45" Width="198.45" Height="28.35" Text="Firmenangebot" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
</ReportTitleBand>
<PageHeaderBand Name="PageHeader1" Top="145.75" Width="718.2" Height="37.8">
<TextObject Name="Text6" Left="292.95" Top="9.45" Width="160.65" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
<TextObject Name="Text8" Left="614.25" Top="9.45" Width="94.5" Height="18.9" Text="Anz. Plätze" Font="Arial, 10pt, style=Bold"/>
<TextObject Name="Text18" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
<LineObject Name="Line5" Left="9.45" Top="28.35" Width="708.75"/>
</PageHeaderBand>
<DataBand Name="Data1" Top="187.55" Width="718.2" Height="18.9" CanGrow="true" DataSource="Daten">
<TextObject Name="Text4" Left="9.45" Width="274.05" Height="18.9" CanGrow="true" Text="[Daten.NameZ1] [Daten.NameZ2], [Daten.PLZ] [Daten.Ort]"/>
<TextObject Name="Text5" Left="292.95" Width="311.85" Height="18.9" CanGrow="true" Text="[Daten.Beruf]"/>
<TextObject Name="Text1" Left="614.25" Width="94.5" Height="18.9" Text="[Daten.Expr1]" HorzAlign="Right"/>
<Sort>
<Sort Expression="[Daten.NameZ1]"/>
<Sort Expression="[Daten.NameZ2]"/>
<Sort Expression="[Daten.Beruf]"/>
</Sort>
</DataBand>
<ColumnFooterBand Name="ColumnFooter1" Top="210.45" Width="718.2" Height="37.8"/>
<PageFooterBand Name="PageFooter1" Top="252.25" Width="718.2" Height="28.35">
<TextObject Name="Text15" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
<TextObject Name="Text16" Left="652.05" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
</PageFooterBand>
</ReportPage>
</Report>