-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSales.frx
More file actions
39 lines (39 loc) · 3.23 KB
/
Sales.frx
File metadata and controls
39 lines (39 loc) · 3.23 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
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" ReportInfo.Created="11/04/2025 21:51:42" ReportInfo.Modified="11/05/2025 00:50:06" ReportInfo.CreatorVersion="2026.1.0.0">
<Dictionary>
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlqJUrEa/KIcQqhhcfnlqC6PKK8MheP9IEu4gFWCPXnWzFgLjPP39mqhm6WKckRi90qfWFHDc7eZn2VVrd1T5h+hZr52K8gmu1OC+XJE27hPIdxS8wbOvQpPNjp6SzESFumvejDlMydxAJ8nhBjfmKWYXHnsWn956WY/UP+j65BbhSQyRpkyhTP8rVPo54G6iF0oUN2amCQdTmZMHv7xxs3fg==">
<TableDataSource Name="CompanyVW" DataType="System.Int32" Enabled="true" TableName="CompanyVW">
<Column Name="Id" DataType="System.Int32"/>
<Column Name="Name" DataType="System.String"/>
<Column Name="Code" DataType="System.String"/>
<Column Name="Address" DataType="System.String"/>
<Column Name="Phone" DataType="System.String"/>
<Column Name="Email" DataType="System.String"/>
<Column Name="TaxId" DataType="System.String"/>
<Column Name="IsActive" DataType="System.Boolean" BindableControl="CheckBox"/>
<Column Name="CreatedAt" DataType="System.DateTime"/>
<Column Name="UpdatedAt" DataType="System.DateTime"/>
<Column Name="CreatedBy" DataType="System.String"/>
</TableDataSource>
</MsSqlDataConnection>
</Dictionary>
<ReportPage Name="Page1" Guides="642.6,642.6,642.6,642.6,642.6,75.6,75.6,75.6,85.05,85.05,85.05,85.05,85.05,75.6,75.6,75.6,85.05,85.05,85.05,85.05,642.6,642.6" Watermark.Font="Arial, 60pt">
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="56.7">
<TextObject Name="Text11" Left="245.7" Top="9.45" Width="255.15" Height="28.35" Text="Dekko Isho Group" Font="Arial, 20pt, style=Bold"/>
</ReportTitleBand>
<PageHeaderBand Name="PageHeader1" Top="60.7" Width="718.2" Height="18.9">
<TextObject Name="Text6" Left="103.95" Width="94.5" Height="18.9" Border.Lines="All" Text="Name" Font="Arial, 10pt"/>
<TextObject Name="Text7" Left="198.45" Width="94.5" Height="18.9" Border.Lines="All" Text="Code" Font="Arial, 10pt"/>
<TextObject Name="Text8" Left="292.95" Width="94.5" Height="18.9" Border.Lines="All" Text="Address" Font="Arial, 10pt"/>
<TextObject Name="Text9" Left="387.45" Width="94.5" Height="18.9" Border.Lines="All" Text="Phone" Font="Arial, 10pt"/>
<TextObject Name="Text10" Left="481.95" Width="179.55" Height="18.9" Border.Lines="All" Text="Email" Font="Arial, 10pt"/>
</PageHeaderBand>
<DataBand Name="Data1" Top="83.6" Width="718.2" Height="18.9" DataSource="CompanyVW">
<TextObject Name="Text1" Left="103.95" Width="94.5" Height="18.9" Border.Lines="All" Text="[CompanyVW.Name]" Font="Arial, 10pt"/>
<TextObject Name="Text2" Left="198.45" Width="94.5" Height="18.9" Border.Lines="All" Text="[CompanyVW.Code]" Font="Arial, 10pt"/>
<TextObject Name="Text3" Left="292.95" Width="94.5" Height="18.9" Border.Lines="All" Text="[CompanyVW.Address]" Font="Arial, 10pt"/>
<TextObject Name="Text4" Left="387.45" Width="94.5" Height="18.9" Border.Lines="All" Text="[CompanyVW.Phone]" Font="Arial, 10pt"/>
<TextObject Name="Text5" Left="481.95" Width="179.55" Height="18.9" Border.Lines="All" Text="[CompanyVW.Email]" Font="Arial, 10pt"/>
</DataBand>
</ReportPage>
</Report>