Initial Commit Update Telerik
This commit is contained in:
106
LPWeb20/Reporting/Schueleruebersicht.frx
Normal file
106
LPWeb20/Reporting/Schueleruebersicht.frx
Normal file
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/05/2012 20:09:17" ReportInfo.Modified="01/15/2014 16:00:44" 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="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<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="Zeit" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="SName" DataType="System.String"/>
|
||||
<Column Name="SVorname" DataType="System.String"/>
|
||||
<Column Name="Schulhaus" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="Expr2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
</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">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="122.85">
|
||||
<TextObject Name="Text12" Left="472.5" Top="28.35" Width="226.8" Height="28.35" Text="Schülerübersicht" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="283.5" 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="103.95" StartNewPage="true" RepeatOnEveryPage="true" Condition="[Daten.Name]" ResetPageNumber="true">
|
||||
<ShapeObject Name="Shape1" Left="28.35" Top="9.45" Width="670.95" Height="37.8" Fill="LinearGradient" Fill.StartColor="LightGray" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text1" Left="28.35" Top="18.9" Width="340.2" Height="18.9" Text="Lehrperson: [Daten.Name] [Daten.Vorname]"/>
|
||||
<LineObject Name="Line2" Left="28.35" Top="103.95" Width="670.95"/>
|
||||
<TextObject Name="Text15" Left="28.35" Top="66.15" Width="94.5" Height="18.9" Text="Termin" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="189" Top="85.05" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text18" Left="349.65" Top="85.05" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text16" Left="189" Top="66.15" Width="56.7" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="378" Top="18.9" Width="311.85" Height="18.9" Text="Schulhaus: [Daten.Schulhaus]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text20" Left="567" Top="85.05" Width="132.3" Height="18.9" Text="Ansprechpartner" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="238.8" Width="718.2" Height="28.35" KeepWithData="true" RepeatOnEveryPage="true" Condition="[Daten.Zeit]">
|
||||
<TextObject Name="Text2" Left="28.35" Top="9.45" Width="170.1" Height="18.9" Text="[[Daten.Zeit]]" Font="Arial, 9pt"/>
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="271.15" Width="718.2" Height="31.35" KeepWithData="true" Condition="[Daten.NameZ1]">
|
||||
<TextObject Name="Text8" Left="396.9" Width="302.4" Height="28.35" Text="[Daten.Ansprechpartner] [Daten.Tel]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="189" Width="396.9" Height="28.35" Text="[Daten.NameZ1] [Daten.NameZ2] [Daten.Strasse], [Daten.PLZ] [Daten.Ort]" Font="Arial, 9pt, style=Bold"/>
|
||||
<ChildBand Name="Child1" Top="306.5" Width="718.2" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text9" Left="189" Width="510.3" Height="18.9" CanShrink="true" Text="[IIf([Daten.Ausbildungsstandort]<>"","Standort: "+[Daten.Ausbildungsstandort],"")]" Font="Arial, 9pt, style=Italic"/>
|
||||
<ChildBand Name="Child2" Top="329.4" Width="718.2" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text10" Left="189" Width="510.3" Height="18.9" CanShrink="true" Text="[IIf([Daten.Schuelerbemerkung]<>"","Bemerkung: " + [Daten.Schuelerbemerkung],"")]" Font="Arial, 9pt, style=Italic"/>
|
||||
<ChildBand Name="Child3" Top="352.3" Width="718.2" Height="9.45">
|
||||
<LineObject Name="Line3" Left="189" Width="510.3"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
<DataBand Name="Data1" Top="365.75" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text6" Left="189" Width="207.9" Height="18.9" Text="[Daten.SName] [Daten.SVorname]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="406.35" Width="292.95" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.SName]"/>
|
||||
<Sort Expression="[Daten.SVorname]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="388.65" Width="718.2" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="411.55" Width="718.2" Height="18.9">
|
||||
<LineObject Name="Line1" Left="28.35" Top="9.45" Width="670.95"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="434.45" Width="718.2"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="438.45" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text19" Left="28.35" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text7" Left="609.25" Top="9.45" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<ShapeObject Name="Shape2" Left="595.35" Top="9.45" Width="94.5" Height="18.9" Border.Color="White" Fill.Color="White"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
Reference in New Issue
Block a user