Code Snippet
< 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">
<BottomMargin>1in</BottomMargin>
<RightMargin>1in</RightMargin>
<rd:DrawGrid>true</rd:DrawGrid>
<InteractiveWidth>8.5in</InteractiveWidth>
<rd:SnapToGrid>true</rd:SnapToGrid>
<Body>
<ReportItems>
<Textbox Name="textbox1">
<Left>2.125in</Left>
<Top>0.375in</Top>
<rd:DefaultName>textbox1</rd:DefaultName>
<ZIndex>1</ZIndex>
<Width>0.875in</Width>
<Style>
<PaddingLeft>2pt</PaddingLeft>
<PaddingBottom>2pt</PaddingBottom>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
</Style>
<CanGrow>true</CanGrow>
<Height>0.5in</Height>
<Value />
</Textbox>
<Rectangle Name="rectangle1">
<Left>1.75in</Left>
<PageBreakAtStart>true</PageBreakAtStart>
<Top>1.25in</Top>
<Visibility>
<Hidden>=1=2</Hidden>
</Visibility>
<Width>1.625in</Width>
<Style>
<BackgroundColor>Red</BackgroundColor>
</Style>
</Rectangle>
</ReportItems>
<Height>1.625in</Height>
</Body>
<rd:ReportID>bd19dfbc-abba-440c-8491-0246f73d85ce</rd:ReportID>
<LeftMargin>1in</LeftMargin>
<Width>6.5in</Width>
<InteractiveHeight>11in</InteractiveHeight>
<Language>en-US</Language>
<TopMargin>1in</TopMargin>
</Report>