aggiunto report barcode da convertire in rdlc

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@37 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
samuele
2008-10-30 09:24:05 +00:00
parent 5272cb8747
commit 12372e41f2
7 changed files with 278 additions and 0 deletions
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "StampaBarcodeXPS", "StampaBarcodeXPS\StampaBarcodeXPS.rptproj", "{65853F61-F500-49EF-8BD0-BDCB63C36F50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Default = Debug|Default
DebugLocal|Default = DebugLocal|Default
Production|Default = Production|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Debug|Default.ActiveCfg = Debug
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Debug|Default.Build.0 = DebugLocal
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Debug|Default.Deploy.0 = DebugLocal
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.DebugLocal|Default.ActiveCfg = DebugLocal
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.DebugLocal|Default.Build.0 = DebugLocal
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Production|Default.ActiveCfg = Production
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Production|Default.Build.0 = Production
{65853F61-F500-49EF-8BD0-BDCB63C36F50}.Production|Default.Deploy.0 = Production
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RptDataSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>BarcodeXPS</Name>
<DataSourceID>3114c4d7-81d2-4507-a6da-21b462865a57</DataSourceID>
<ConnectionProperties>
<Extension>SQL</Extension>
<ConnectString>Data Source=localhost;Initial Catalog=SteamWare_XPS</ConnectString>
</ConnectionProperties>
</RptDataSource>
@@ -0,0 +1,200 @@
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<DataSources>
<DataSource Name="BarcodeXPS">
<rd:DataSourceID>63c0e7ac-e6ac-4edd-9e39-85ab64ce5dd0</rd:DataSourceID>
<DataSourceReference>BarcodeXPS</DataSourceReference>
</DataSource>
</DataSources>
<InteractiveHeight>11in</InteractiveHeight>
<rd:DrawGrid>true</rd:DrawGrid>
<InteractiveWidth>8.5in</InteractiveWidth>
<rd:GridSpacing>0.25cm</rd:GridSpacing>
<rd:SnapToGrid>true</rd:SnapToGrid>
<RightMargin>2.5cm</RightMargin>
<LeftMargin>2.5cm</LeftMargin>
<BottomMargin>2.5cm</BottomMargin>
<rd:ReportID>ac5c1109-ad05-4f22-9596-1c28cdb855cf</rd:ReportID>
<PageWidth>21cm</PageWidth>
<DataSets>
<DataSet Name="BarcodeXPS">
<Fields>
<Field Name="descr">
<DataField>descr</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="barcode">
<DataField>barcode</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
</Fields>
<Query>
<DataSourceName>BarcodeXPS</DataSourceName>
<CommandText>SELECT descr, barcode
FROM v_barcodeValidi
ORDER BY barcode</CommandText>
</Query>
</DataSet>
</DataSets>
<Width>13cm</Width>
<Body>
<ColumnSpacing>1cm</ColumnSpacing>
<ReportItems>
<Textbox Name="textbox1">
<rd:DefaultName>textbox1</rd:DefaultName>
<Width>12.69841cm</Width>
<Style>
<Color>SteelBlue</Color>
<FontFamily>Tahoma</FontFamily>
<FontSize>20pt</FontSize>
<FontWeight>700</FontWeight>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>1</ZIndex>
<CanGrow>true</CanGrow>
<Height>0.91429cm</Height>
<Value>Stampa Barcode XPS</Value>
</Textbox>
<Table Name="table1">
<DataSetName>BarcodeXPS</DataSetName>
<Top>0.91429cm</Top>
<Details>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="descr">
<rd:DefaultName>descr</rd:DefaultName>
<Style>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontFamily>Tahoma</FontFamily>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>1</ZIndex>
<CanGrow>true</CanGrow>
<Value>=Fields!descr.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="barcode">
<rd:DefaultName>barcode</rd:DefaultName>
<Style>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontFamily>Free 3 of 9 Extended</FontFamily>
<FontSize>48pt</FontSize>
<TextAlign>Center</TextAlign>
<PaddingLeft>10pt</PaddingLeft>
<PaddingRight>10pt</PaddingRight>
<PaddingTop>10pt</PaddingTop>
<PaddingBottom>10pt</PaddingBottom>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!barcode.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.53333cm</Height>
</TableRow>
</TableRows>
</Details>
<Header>
<TableRows>
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="textbox2">
<rd:DefaultName>textbox2</rd:DefaultName>
<Style>
<Color>White</Color>
<BackgroundColor>SteelBlue</BackgroundColor>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontFamily>Tahoma</FontFamily>
<FontSize>11pt</FontSize>
<FontWeight>700</FontWeight>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>3</ZIndex>
<CanGrow>true</CanGrow>
<Value>Descrizione</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="textbox3">
<rd:DefaultName>textbox3</rd:DefaultName>
<Style>
<Color>White</Color>
<BackgroundColor>SteelBlue</BackgroundColor>
<BorderColor>
<Default>LightGrey</Default>
</BorderColor>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<FontFamily>Tahoma</FontFamily>
<FontSize>11pt</FontSize>
<FontWeight>700</FontWeight>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>2</ZIndex>
<CanGrow>true</CanGrow>
<Value>Barcode</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.55873cm</Height>
</TableRow>
</TableRows>
<RepeatOnNewPage>true</RepeatOnNewPage>
</Header>
<TableColumns>
<TableColumn>
<Width>4.25cm</Width>
</TableColumn>
<TableColumn>
<Width>8.75cm</Width>
</TableColumn>
</TableColumns>
</Table>
</ReportItems>
<Height>2.00635cm</Height>
</Body>
<Language>en-US</Language>
<TopMargin>2.5cm</TopMargin>
<PageHeight>29.7cm</PageHeight>
</Report>
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<State>$base64$PFNvdXJjZUNvbnRyb2xJbmZvIHhtbG5zOnhzZD0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhtbG5zOmR3ZD0iaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS9EYXRhV2FyZWhvdXNlL0Rlc2lnbmVyLzEuMCI+DQogIDxFbmFibGVkPmZhbHNlPC9FbmFibGVkPg0KICA8UHJvamVjdE5hbWU+PC9Qcm9qZWN0TmFtZT4NCiAgPEF1eFBhdGg+PC9BdXhQYXRoPg0KICA8TG9jYWxQYXRoPjwvTG9jYWxQYXRoPg0KICA8UHJvdmlkZXI+PC9Qcm92aWRlcj4NCjwvU291cmNlQ29udHJvbEluZm8+</State>
<DataSources>
<ProjectItem>
<Name>BarcodeXPS.rds</Name>
<FullPath>BarcodeXPS.rds</FullPath>
</ProjectItem>
</DataSources>
<Reports>
<ProjectItem>
<Name>Report1.rdl</Name>
<FullPath>Report1.rdl</FullPath>
</ProjectItem>
</Reports>
<Configurations>
<Configuration>
<Name>Debug</Name>
<Platform>Win32</Platform>
<Options>
<TargetServerURL>http://localhost/ReportServer</TargetServerURL>
<TargetFolder>StampaBarcodeXPS</TargetFolder>
<TargetDataSourceFolder>Data Sources</TargetDataSourceFolder>
<StartItem>Report1.rdl</StartItem>
</Options>
</Configuration>
<Configuration>
<Name>DebugLocal</Name>
<Platform>Win32</Platform>
<Options>
<TargetFolder>StampaBarcodeXPS</TargetFolder>
<TargetDataSourceFolder>Data Sources</TargetDataSourceFolder>
</Options>
</Configuration>
<Configuration>
<Name>Production</Name>
<Platform>Win32</Platform>
<Options>
<TargetFolder>StampaBarcodeXPS</TargetFolder>
<TargetDataSourceFolder>Data Sources</TargetDataSourceFolder>
</Options>
</Configuration>
</Configurations>
</Project>