Biskilog POS desktop appilcation
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.

99 lines
3.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
<ReportItems>
<Image Name="barcode">
<Source>Database</Source>
<Value>=First(Fields!image.Value, "BarSet")</Value>
<MIMEType>image/jpeg</MIMEType>
<Sizing>Fit</Sizing>
<Top>0.0392in</Top>
<Left>0.01041in</Left>
<Height>0.44791in</Height>
<Width>1.86333in</Width>
<Style>
<Border>
<Style>None</Style>
</Border>
</Style>
</Image>
<Textbox Name="Textbox1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=First(Fields!code.Value, "BarSet")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox1</rd:DefaultName>
<Top>0.54266in</Top>
<Left>0.01041in</Left>
<Height>0.20833in</Height>
<Width>1.86333in</Width>
<ZIndex>1</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</ReportItems>
<Height>0.79737in</Height>
<Style />
</Body>
<Width>1.905in</Width>
<Page>
<PageHeight>0.98425in</PageHeight>
<PageWidth>1.9685in</PageWidth>
<Style />
</Page>
<AutoRefresh>0</AutoRefresh>
<DataSources>
<DataSource Name="BarcodeAP">
<ConnectionProperties>
<DataProvider>System.Data.DataSet</DataProvider>
<ConnectString>/* Local Connection */</ConnectString>
</ConnectionProperties>
<rd:DataSourceID>24f2909e-b15a-42e2-a382-7582a1ab5640</rd:DataSourceID>
</DataSource>
</DataSources>
<DataSets>
<DataSet Name="BarSet">
<Query>
<DataSourceName>BarcodeAP</DataSourceName>
<CommandText>/* Local Query */</CommandText>
</Query>
<Fields>
<Field Name="code">
<DataField>code</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="image">
<DataField>image</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
</Fields>
<rd:DataSetInfo>
<rd:DataSetName>BarcodeAP</rd:DataSetName>
<rd:TableName>BarcodeImageClass</rd:TableName>
<rd:ObjectDataSourceType>BarcodeAP.BarcodeImageClass, BarcodeAP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>
</rd:DataSetInfo>
</DataSet>
</DataSets>
<rd:ReportUnitType>Inch</rd:ReportUnitType>
<rd:ReportID>c39d997b-eee8-4623-a3ef-a8e1af9e3225</rd:ReportID>
</Report>