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.
78 lines
4.4 KiB
78 lines
4.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="10/09/2017 06:41:12" ReportInfo.CreatorVersion="2017.2.1.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("URL"), String)
|
|
End Sub
|
|
End Class
|
|
End Namespace
|
|
</ScriptText>
|
|
<Dictionary>
|
|
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
|
<Column Name="FirmaNr" DataType="System.Int32"/>
|
|
<Column Name="NameZ1" DataType="System.String"/>
|
|
<Column Name="NameZ2" DataType="System.String"/>
|
|
<Column Name="Beruf" DataType="System.String"/>
|
|
<Column Name="Stufe" DataType="System.String"/>
|
|
<Column Name="Zeit" DataType="System.String"/>
|
|
<Column Name="Anzahl" 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" RawPaperSize="9" FirstPageSource="15" OtherPagesSource="15">
|
|
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
|
<PageHeaderBand Name="PageHeader1" Top="4.04" Width="718.2" Height="151.2">
|
|
<LineObject Name="Line1" Left="47.25" Top="141.75" Width="652.05"/>
|
|
<TextObject Name="Text6" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
|
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
|
<TextObject Name="Text21" Left="236.25" Top="37.8" Width="463.05" Height="18.9" Text="Firmenangebot" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
|
</PageHeaderBand>
|
|
<GroupHeaderBand Name="GroupHeader1" Top="159.28" Width="718.2" Height="66.15" Condition="[Daten.Beruf]">
|
|
<TextObject Name="Text7" Left="47.25" Top="37.8" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text22" Left="321.3" Top="37.8" Width="75.6" Height="18.9" Text="Stufe" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text23" Left="595.35" Top="37.8" Width="94.5" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
|
<LineObject Name="Line2" Left="47.25" Top="56.7" Width="642.6"/>
|
|
<TextObject Name="Text24" Left="406.35" Top="37.8" Width="94.5" Height="18.9" Text="Anz. Plätze" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text2" Left="47.25" Top="9.45" Width="642.6" Height="18.9" Text="[Daten.Beruf]" Duplicates="Hide" Font="Arial, 10pt, style=Bold"/>
|
|
<DataBand Name="Data1" Top="229.47" Width="718.2" Height="18.9" DataSource="Daten">
|
|
<TextObject Name="Text3" Left="321.3" Width="122.85" Height="18.9" Text="[Daten.Stufe]"/>
|
|
<TextObject Name="Text4" Left="510.3" Width="179.55" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
|
<TextObject Name="Text5" Left="444.15" Width="56.7" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Right"/>
|
|
<TextObject Name="Text1" Left="47.25" Width="302.4" Height="18.9" Text="[Daten.NameZ1]"/>
|
|
<Sort>
|
|
<Sort Expression="[Daten.Beruf]"/>
|
|
<Sort Expression="[Daten.Stufe]"/>
|
|
<Sort Expression="[Daten.Zeit]"/>
|
|
</Sort>
|
|
</DataBand>
|
|
<GroupFooterBand Name="GroupFooter1" Top="252.41" Width="718.2" Height="18.9">
|
|
<LineObject Name="Line4" Left="47.25" Top="9.45" Width="642.6"/>
|
|
</GroupFooterBand>
|
|
</GroupHeaderBand>
|
|
<PageFooterBand Name="PageFooter1" Top="275.35" Width="718.2" Height="37.8">
|
|
<TextObject Name="Text15" Left="47.25" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
|
<TextObject Name="Text16" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
|
<LineObject Name="Line3" Left="47.25" Top="9.45" Width="652.05"/>
|
|
</PageFooterBand>
|
|
</ReportPage>
|
|
</Report>
|