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.6 KiB
78 lines
4.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report ScriptLanguage="Vb" ReportInfo.Created="08/02/2011 12:55:35" ReportInfo.Modified="06/07/2013 12:50:26" 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="Schueler" DataType="System.String"/>
|
|
<Column Name="Bezeichnung" DataType="System.String"/>
|
|
<Column Name="Prioritaet" DataType="System.Int64"/>
|
|
<Column Name="Bezeichnung1" DataType="System.String"/>
|
|
<Column Name="NameZ1" DataType="System.String"/>
|
|
<Column Name="Ansprechpartner" DataType="System.String"/>
|
|
<Column Name="EintragNr" DataType="System.Int64"/>
|
|
<Column Name="aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
|
</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"/>
|
|
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="122.85">
|
|
<TextObject Name="Text12" Left="463.05" Top="37.8" Width="226.8" Height="28.35" Text="Übersicht Zuteilung" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
|
<TextObject Name="Text14" Left="274.05" Top="9.45" Width="415.8" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
|
<PictureObject Name="Picture1" Left="28.35" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
|
</PageHeaderBand>
|
|
<GroupHeaderBand Name="GroupHeader1" Top="130.85" Width="718.2" Height="56.7" Condition="[Daten.Schueler]" KeepTogether="true">
|
|
<TextObject Name="Text1" Left="94.5" Width="189" Height="18.9" Text="[[Daten.Schueler]]" Font="Arial, 10pt, style=Bold"/>
|
|
<TextObject Name="Text11" Left="538.65" Top="28.35" Width="151.2" Height="18.9" Text="Ansprechpartner" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text3" Left="28.35" Top="28.35" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text5" Left="264.6" Top="28.35" Width="94.5" Height="18.9" Text="Zeit" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text9" Left="226.8" Top="28.35" Width="28.35" Height="18.9" Text="Prio" Font="Arial, 9pt, style=Bold"/>
|
|
<TextObject Name="Text8" Left="368.55" Top="28.35" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 9pt, style=Bold"/>
|
|
<LineObject Name="Line1" Left="28.35" Top="47.25" Width="661.5"/>
|
|
<TextObject Name="Text13" Left="28.35" Width="66.15" Height="18.9" Text="Schüler:" Font="Arial, 10pt, style=Bold"/>
|
|
<DataBand Name="Data1" Top="191.55" Width="718.2" Height="18.9" DataSource="Daten">
|
|
<TextObject Name="Text2" Left="28.35" Width="189" Height="18.9" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
|
<TextObject Name="Text4" Left="264.6" Width="94.5" Height="18.9" Text="[Daten.Bezeichnung1]" Font="Arial, 9pt"/>
|
|
<TextObject Name="Text7" Left="368.55" Width="160.65" Height="18.9" Text="[Daten.NameZ1]" Font="Arial, 9pt"/>
|
|
<TextObject Name="Text6" Left="226.8" Width="28.35" Height="18.9" Text="[Daten.Prioritaet]" Font="Arial, 9pt"/>
|
|
<TextObject Name="Text10" Left="538.65" Width="151.2" Height="18.9" Text="[Daten.Ansprechpartner]" Font="Arial, 9pt"/>
|
|
<Sort>
|
|
<Sort Expression="[Daten.Bezeichnung1]"/>
|
|
</Sort>
|
|
</DataBand>
|
|
<GroupFooterBand Name="GroupFooter1" Top="214.45" Width="718.2" Height="28.35">
|
|
<LineObject Name="Line2" Left="28.35" Top="9.45" Width="661.5"/>
|
|
</GroupFooterBand>
|
|
</GroupHeaderBand>
|
|
<PageFooterBand Name="PageFooter1" Top="246.8" Width="718.2" Height="18.9">
|
|
<TextObject Name="Text15" Left="28.35" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
|
<TextObject Name="Text16" Left="623.7" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
|
</PageFooterBand>
|
|
</ReportPage>
|
|
</Report>
|