DistributionSheetReport.frx
6.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" ReferencedAssemblies="System.dll System.Core.dll System.Drawing.dll System.Windows.Forms.dll System.Data.dll System.Xml.dll Sungero.Domain.Shared Sungero.CoreEntities.Shared Sungero.Reporting.Shared CommonLibrary Sungero.Content Sungero.Domain Sungero.Content.Shared Sungero.Domain.Interfaces Sungero.Workflow.Interfaces Sungero.Docflow.Shared Sungero.Docflow.Server" ReportInfo.CreatorVersion="2020.2.12.0">
<ScriptText>using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using FastReport;
using FastReport.Data;
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;
using Sungero.Docflow;
using Sungero.Domain.Shared;
using Sungero.CoreEntities;
using Sungero.Core;
using Resources = Sungero.Docflow.Reports.Resources;
namespace FastReport
{
public class ReportScript
{
}
}
</ScriptText>
<Dictionary>
<SungeroSqlDataConnection Name="Sungero_Connection" Restrictions="DontModify, DontEdit, DontDelete, HideAllProperties" ConnectionStringExpression="[SungeroConnectionString]">
<TableDataSource Name="Table" Alias="sourceData" DataType="System.Int32" Enabled="true" CanEdit="true" SelectCommand="${SelectFromTempTable}">
<Column Name="CompanyName" DataType="System.String" PropName="Column"/>
<Column Name="NameWithJobTitle" DataType="System.String" PropName="Column"/>
<Column Name="DeliveryMethod" DataType="System.String" PropName="Column"/>
<Column Name="ContactsInformation" DataType="System.String" PropName="Column"/>
<CommandParameter Name="ReportSessionId" DataType="16" IsDbType="true" Expression="[ReportSessionId]"/>
</TableDataSource>
</SungeroSqlDataConnection>
<SungeroParameter Name="SungeroConnectionString" Restrictions="DontModify, DontEdit, DontDelete, HideAllProperties, DontShow" Id="674542cd-506c-49b8-9e4b-a1fb7af9f55e" IsRequired="false" IsCollection="false" InternalDataType="System.String" IsSimpleDataType="false" EntityTypeId="00000000-0000-0000-0000-000000000000"/>
<SungeroParameter Name="OutgoingDocument" Id="8479d652-3afd-459e-83e4-5ea58885c009" IsRequired="false" IsCollection="false" InternalDataType="Sungero.Docflow.IOutgoingDocumentBase, Sungero.Domain.Interfaces" IsSimpleDataType="false" EntityTypeId="f5f104fb-52e4-422b-9de1-a36937d85a2d"/>
<SungeroParameter Name="ReportSessionId" Id="a9933ecf-c3f6-47f4-88ff-afae5451cb5a" IsRequired="false" IsCollection="false" InternalDataType="System.String" IsSimpleDataType="false" EntityTypeId="00000000-0000-0000-0000-000000000000"/>
<SungeroParameter Name="LetterSubject" Id="a75a617e-544a-4ffa-8ac7-b1efbbf41e9c" IsRequired="false" IsCollection="false" InternalDataType="System.String" IsSimpleDataType="false" EntityTypeId="00000000-0000-0000-0000-000000000000"/>
</Dictionary>
<ReportPage Name="Page1" LeftMargin="20" TopMargin="20" Watermark.Font="Arial, 60pt">
<ReportTitleBand Name="ReportTitle1" Width="680.4" Height="85.05">
<TextObject Name="Text9" Width="680.4" Height="37.8" Text="[Sungero.Docflow.Reports.Resources.DistributionSheetReport.DistributionSheet]" HorzAlign="Center" Font="Arial, 14pt"/>
<TextObject Name="Text11" Left="56.7" Top="43.47" Width="557.55" Height="18.9" CanGrow="true" CanBreak="false" Text="[LetterSubject]" HorzAlign="Center" Font="Arial, 10pt" TextRenderType="HtmlTags"/>
</ReportTitleBand>
<PageHeaderBand Name="PageHeader1" Top="89.05" Width="680.4" Height="56.7" Guides="0">
<TextObject Name="Text5" Left="37.8" Width="170.1" Height="56.7" Border.Lines="All" Fill.Color="Gainsboro" CanGrow="true" GrowToBottom="true" Text="[Sungero.Docflow.Reports.Resources.DistributionSheetReport.CompanyName]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt, style=Bold"/>
<TextObject Name="Text6" Left="207.9" Width="179.55" Height="56.7" Border.Lines="All" Fill.Color="Gainsboro" CanGrow="true" GrowToBottom="true" Text="<b>[Sungero.Docflow.Reports.Resources.DistributionSheetReport.AddresseHeader]</b> [Sungero.Docflow.Reports.Resources.DistributionSheetReport.AddresseFooter]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt" TextRenderType="HtmlTags"/>
<TextObject Name="Text8" Left="481.95" Width="198.45" Height="56.7" Border.Lines="All" Fill.Color="Gainsboro" CanGrow="true" GrowToBottom="true" Text="[Sungero.Docflow.Reports.Resources.DistributionSheetReport.ContactsInformation]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt, style=Bold"/>
<TextObject Name="Text12" Width="37.8" Height="56.7" Border.Lines="All" Fill.Color="Gainsboro" CanGrow="true" GrowToBottom="true" Text="[Sungero.Docflow.Reports.Resources.DistributionSheetReport.Number]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt, style=Bold"/>
<TextObject Name="Text14" Left="387.45" Width="94.5" Height="56.7" Border.Lines="All" Fill.Color="Gainsboro" CanGrow="true" GrowToBottom="true" Text="[Sungero.Docflow.Reports.Resources.DistributionSheetReport.DeliveryMethod]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt, style=Bold"/>
</PageHeaderBand>
<DataBand Name="Data1" Top="149.75" Width="680.4" Height="37.8" CanGrow="true" CanShrink="true" DataSource="Table">
<TextObject Name="Text1" Left="37.8" Width="170.1" Height="18.9" Border.Lines="All" CanGrow="true" GrowToBottom="true" Text="[sourceData.CompanyName]" VertAlign="Center" Font="Arial, 10pt"/>
<TextObject Name="Text2" Left="207.9" Width="179.55" Height="18.9" Border.Lines="All" CanGrow="true" GrowToBottom="true" Text="[sourceData.NameWithJobTitle]" VertAlign="Center" Font="Arial, 10pt"/>
<TextObject Name="Text4" Left="481.95" Width="198.45" Height="18.9" Border.Lines="All" CanGrow="true" GrowToBottom="true" Text="[sourceData.ContactsInformation]" VertAlign="Center" Font="Arial, 10pt" TextRenderType="HtmlTags"/>
<TextObject Name="Text13" Width="37.8" Height="18.9" Border.Lines="All" CanGrow="true" GrowToBottom="true" Text="[Row#]" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
<TextObject Name="Text15" Left="387.45" Width="94.5" Height="18.9" Border.Lines="All" CanGrow="true" GrowToBottom="true" Text="[sourceData.DeliveryMethod]" VertAlign="Center" Font="Arial, 10pt"/>
</DataBand>
<PageFooterBand Name="PageFooter1" Top="191.55" Width="680.4" Height="18.9">
<TextObject Name="Text10" Left="548.1" Width="132.3" Height="18.9" Anchor="Bottom, Left" Text="[Sungero.Docflow.Resources.PageShort] [Page#] [Sungero.Docflow.Resources.PageOf] [TotalPages#]" HorzAlign="Right" Font="Arial, 10pt"/>
</PageFooterBand>
</ReportPage>
</Report>