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.
72 lines
4.0 KiB
72 lines
4.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="04/28/2014 13:33:53" 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("URL"), 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="Schueler" DataType="System.String"/>
|
|
<Column Name="Prioritaet" DataType="System.Int32"/>
|
|
<Column Name="Zugetielt" 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="151.2">
|
|
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Berufsbild - Schüler" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
|
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
|
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
|
</ReportTitleBand>
|
|
<PageHeaderBand Name="PageHeader1" Top="155.24" Width="718.2" Height="18.9">
|
|
<TextObject Name="Text2" Left="9.45" Width="56.7" Height="18.9" Text="Berufnr" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text4" Left="236.25" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text8" Left="529.2" Width="56.7" Height="18.9" Text="Prio." HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text12" Left="595.35" Width="66.15" Height="18.9" Text="Zugeteilt" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
|
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="708.75"/>
|
|
</PageHeaderBand>
|
|
<GroupHeaderBand Name="GroupHeader1" Top="178.18" Width="718.2" Height="18.9" Condition="[Daten.Beruf]">
|
|
<TextObject Name="Text21" Left="9.45" Width="453.6" Height="18.9" Text="[[Daten.Beruf]]"/>
|
|
<DataBand Name="Data1" Top="201.12" Width="718.2" Height="18.9" DataSource="Daten">
|
|
<TextObject Name="Text1" Left="236.25" Width="245.7" Height="18.9" Text="[Daten.Schueler]"/>
|
|
<TextObject Name="Text3" Left="491.4" Width="94.5" Height="18.9" Text="[Daten.Prioritaet]" HorzAlign="Right"/>
|
|
<TextObject Name="Text5" Left="595.35" Width="66.15" Height="18.9" Text="[IIf([Daten.Zugetielt]=1,"Ja","Nein")]" Format="Boolean" Format.TrueText="True" Format.FalseText="False" HorzAlign="Right"/>
|
|
<Sort>
|
|
<Sort Expression="[Daten.Schueler]"/>
|
|
<Sort Expression="[Daten.Prioritaet]"/>
|
|
</Sort>
|
|
</DataBand>
|
|
<GroupFooterBand Name="GroupFooter1" Top="224.06" Width="718.2" Height="9.45">
|
|
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
|
|
</GroupFooterBand>
|
|
</GroupHeaderBand>
|
|
<PageFooterBand Name="PageFooter1" Top="237.55" Width="718.2" Height="18.9">
|
|
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
|
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
|
</PageFooterBand>
|
|
</ReportPage>
|
|
</Report>
|