853 lines
32 KiB
XML
853 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
|
<AutoRefresh>0</AutoRefresh>
|
|
<DataSources>
|
|
<DataSource Name="DummyDataSource">
|
|
<ConnectionProperties>
|
|
<DataProvider>SQL</DataProvider>
|
|
<ConnectString />
|
|
</ConnectionProperties>
|
|
<rd:DataSourceID>2a1fd301-289b-44e8-b4e1-c9f0a4d16fb9</rd:DataSourceID>
|
|
</DataSource>
|
|
</DataSources>
|
|
<DataSets>
|
|
<DataSet Name="PayrollDataSet_MarketSurveyCom">
|
|
<Query>
|
|
<DataSourceName>DummyDataSource</DataSourceName>
|
|
<CommandText />
|
|
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
|
</Query>
|
|
<Fields>
|
|
<Field Name="CompanyName">
|
|
<DataField>CompanyName</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="SurveyYear">
|
|
<DataField>SurveyYear</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="SurveyOn">
|
|
<DataField>SurveyOn</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="GradeName">
|
|
<DataField>GradeName</DataField>
|
|
<rd:TypeName>System.String</rd:TypeName>
|
|
</Field>
|
|
<Field Name="Amount">
|
|
<DataField>Amount</DataField>
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
|
</Field>
|
|
</Fields>
|
|
<rd:DataSetInfo>
|
|
<rd:DataSetName>PayrollDataSet</rd:DataSetName>
|
|
<rd:TableName>MarketSurveyCom</rd:TableName>
|
|
</rd:DataSetInfo>
|
|
</DataSet>
|
|
</DataSets>
|
|
<ReportSections>
|
|
<ReportSection>
|
|
<Body>
|
|
<ReportItems>
|
|
<Chart Name="chart1">
|
|
<ChartCategoryHierarchy>
|
|
<ChartMembers>
|
|
<ChartMember>
|
|
<Group Name="chart1_CategoryGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!GradeName.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Group>
|
|
<Label>=Fields!GradeName.Value</Label>
|
|
<DataElementOutput>Output</DataElementOutput>
|
|
</ChartMember>
|
|
</ChartMembers>
|
|
</ChartCategoryHierarchy>
|
|
<ChartSeriesHierarchy>
|
|
<ChartMembers>
|
|
<ChartMember>
|
|
<Group Name="chart1_SeriesGroup1">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!CompanyName.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Group>
|
|
<Label>=Fields!CompanyName.Value</Label>
|
|
<DataElementOutput>Output</DataElementOutput>
|
|
</ChartMember>
|
|
</ChartMembers>
|
|
</ChartSeriesHierarchy>
|
|
<ChartData>
|
|
<ChartSeriesCollection>
|
|
<ChartSeries Name="Series1">
|
|
<ChartDataPoints>
|
|
<ChartDataPoint>
|
|
<ChartDataPointValues>
|
|
<Y>=Sum(Fields!Amount.Value)</Y>
|
|
</ChartDataPointValues>
|
|
<ChartDataLabel>
|
|
<Style />
|
|
</ChartDataLabel>
|
|
<Style />
|
|
<ChartMarker>
|
|
<Size>6pt</Size>
|
|
<Style />
|
|
</ChartMarker>
|
|
</ChartDataPoint>
|
|
</ChartDataPoints>
|
|
<Style />
|
|
<ChartEmptyPoints>
|
|
<Style />
|
|
<ChartMarker>
|
|
<Style />
|
|
</ChartMarker>
|
|
<ChartDataLabel>
|
|
<Style />
|
|
</ChartDataLabel>
|
|
</ChartEmptyPoints>
|
|
<CustomProperties>
|
|
<CustomProperty>
|
|
<Name>PointWidth</Name>
|
|
<Value>0.6</Value>
|
|
</CustomProperty>
|
|
</CustomProperties>
|
|
<ValueAxisName>Primary</ValueAxisName>
|
|
<CategoryAxisName>Primary</CategoryAxisName>
|
|
<ChartSmartLabel>
|
|
<CalloutLineColor>Black</CalloutLineColor>
|
|
<MinMovingDistance>0pt</MinMovingDistance>
|
|
</ChartSmartLabel>
|
|
</ChartSeries>
|
|
</ChartSeriesCollection>
|
|
</ChartData>
|
|
<ChartAreas>
|
|
<ChartArea Name="Default">
|
|
<ChartCategoryAxes>
|
|
<ChartAxis Name="Primary">
|
|
<Style>
|
|
<Border>
|
|
<Style>None</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<ChartAxisTitle>
|
|
<Caption />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</ChartAxisTitle>
|
|
<Margin>False</Margin>
|
|
<Interval>1</Interval>
|
|
<ChartMajorGridLines>
|
|
<Enabled>False</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
</ChartMajorGridLines>
|
|
<ChartMinorGridLines>
|
|
<Enabled>False</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
<IntervalOffset>-1</IntervalOffset>
|
|
</ChartMinorGridLines>
|
|
<ChartMajorTickMarks>
|
|
<Enabled>True</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
</ChartMajorTickMarks>
|
|
<ChartMinorTickMarks>
|
|
<Type>None</Type>
|
|
</ChartMinorTickMarks>
|
|
<Minimum>NaN</Minimum>
|
|
<Maximum>NaN</Maximum>
|
|
<PreventFontShrink>true</PreventFontShrink>
|
|
<PreventFontGrow>true</PreventFontGrow>
|
|
<IncludeZero>false</IncludeZero>
|
|
<ChartAxisScaleBreak>
|
|
<Style />
|
|
</ChartAxisScaleBreak>
|
|
</ChartAxis>
|
|
<ChartAxis Name="Secondary">
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<ChartAxisTitle>
|
|
<Caption />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</ChartAxisTitle>
|
|
<CrossAt>NaN</CrossAt>
|
|
<Location>Opposite</Location>
|
|
<Minimum>NaN</Minimum>
|
|
<Maximum>NaN</Maximum>
|
|
<ChartAxisScaleBreak>
|
|
<Style />
|
|
</ChartAxisScaleBreak>
|
|
</ChartAxis>
|
|
</ChartCategoryAxes>
|
|
<ChartValueAxes>
|
|
<ChartAxis Name="Primary">
|
|
<Style>
|
|
<Border>
|
|
<Style>None</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<ChartAxisTitle>
|
|
<Caption />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</ChartAxisTitle>
|
|
<Margin>True</Margin>
|
|
<ChartMajorGridLines>
|
|
<Enabled>True</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
</ChartMajorGridLines>
|
|
<ChartMinorGridLines>
|
|
<Enabled>False</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
</ChartMinorGridLines>
|
|
<ChartMajorTickMarks>
|
|
<Enabled>True</Enabled>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Interval>NaN</Interval>
|
|
</ChartMajorTickMarks>
|
|
<ChartMinorTickMarks>
|
|
<Type>None</Type>
|
|
</ChartMinorTickMarks>
|
|
<Scalar>true</Scalar>
|
|
<Minimum>0</Minimum>
|
|
<PreventFontShrink>true</PreventFontShrink>
|
|
<PreventFontGrow>true</PreventFontGrow>
|
|
<IncludeZero>false</IncludeZero>
|
|
<ChartAxisScaleBreak>
|
|
<Style />
|
|
</ChartAxisScaleBreak>
|
|
</ChartAxis>
|
|
<ChartAxis Name="Secondary">
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
<ChartAxisTitle>
|
|
<Caption />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
</Style>
|
|
</ChartAxisTitle>
|
|
<CrossAt>NaN</CrossAt>
|
|
<Location>Opposite</Location>
|
|
<Minimum>NaN</Minimum>
|
|
<Maximum>NaN</Maximum>
|
|
<ChartAxisScaleBreak>
|
|
<Style />
|
|
</ChartAxisScaleBreak>
|
|
</ChartAxis>
|
|
</ChartValueAxes>
|
|
<ChartThreeDProperties>
|
|
<ProjectionMode>Perspective</ProjectionMode>
|
|
<Shading>Simple</Shading>
|
|
<WallThickness>15</WallThickness>
|
|
<Clustered>true</Clustered>
|
|
</ChartThreeDProperties>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
<BackgroundColor>LightGrey</BackgroundColor>
|
|
</Style>
|
|
</ChartArea>
|
|
</ChartAreas>
|
|
<ChartLegends>
|
|
<ChartLegend Name="Default">
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>0.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
<Position>RightCenter</Position>
|
|
<Layout>Column</Layout>
|
|
<ChartLegendTitle>
|
|
<Caption />
|
|
<Style>
|
|
<FontSize>8pt</FontSize>
|
|
<FontWeight>Bold</FontWeight>
|
|
<TextAlign>Center</TextAlign>
|
|
</Style>
|
|
</ChartLegendTitle>
|
|
<AutoFitTextDisabled>true</AutoFitTextDisabled>
|
|
</ChartLegend>
|
|
</ChartLegends>
|
|
<ChartBorderSkin>
|
|
<Style>
|
|
<BackgroundColor>Gray</BackgroundColor>
|
|
<BackgroundGradientType>None</BackgroundGradientType>
|
|
<Color>White</Color>
|
|
</Style>
|
|
</ChartBorderSkin>
|
|
<ChartNoDataMessage Name="NoDataMessage">
|
|
<Caption>No Data Available</Caption>
|
|
<Style>
|
|
<BackgroundGradientType>None</BackgroundGradientType>
|
|
<TextAlign>General</TextAlign>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
</Style>
|
|
</ChartNoDataMessage>
|
|
<DataSetName>PayrollDataSet_MarketSurveyCom</DataSetName>
|
|
<Top>1.75in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>4.875in</Height>
|
|
<Width>13in</Width>
|
|
<CustomProperties>
|
|
<CustomProperty>
|
|
<Name>__Upgraded2005__</Name>
|
|
<Value>__Upgraded2005__</Value>
|
|
</CustomProperty>
|
|
</CustomProperties>
|
|
<Style>
|
|
<BackgroundColor>White</BackgroundColor>
|
|
<Format>N2</Format>
|
|
</Style>
|
|
</Chart>
|
|
<Textbox Name="textbox2">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=Parameters!CompanyInfo.Value</Value>
|
|
<Style>
|
|
<FontSize>11pt</FontSize>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style>
|
|
<TextAlign>Left</TextAlign>
|
|
</Style>
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<Top>0.125in</Top>
|
|
<Left>2.375in</Left>
|
|
<Height>0.25in</Height>
|
|
<Width>9.875in</Width>
|
|
<ZIndex>1</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Image Name="image1">
|
|
<Source>External</Source>
|
|
<Value>="file:///" & Parameters!Logo.Value</Value>
|
|
<MIMEType>image/bmp</MIMEType>
|
|
<Sizing>Fit</Sizing>
|
|
<Top>0.075in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>0.9in</Height>
|
|
<Width>2.1in</Width>
|
|
<ZIndex>2</ZIndex>
|
|
<Style />
|
|
</Image>
|
|
<Textbox Name="textbox21">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=Parameters!Phone.Value</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>textbox21</rd:DefaultName>
|
|
<Top>0.55in</Top>
|
|
<Left>2.375in</Left>
|
|
<Height>0.2in</Height>
|
|
<Width>9.875in</Width>
|
|
<ZIndex>3</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Textbox Name="textbox29">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=Parameters!Address.Value</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>textbox29</rd:DefaultName>
|
|
<Top>0.375in</Top>
|
|
<Left>2.375in</Left>
|
|
<Height>0.2in</Height>
|
|
<Width>9.875in</Width>
|
|
<ZIndex>4</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Textbox Name="textbox1">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>Survey Year :</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>textbox1</rd:DefaultName>
|
|
<Top>1.125in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>0.25in</Height>
|
|
<Width>1.25in</Width>
|
|
<ZIndex>5</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Textbox Name="SurveyYear">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=First(Fields!SurveyYear.Value)</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>SurveyYear</rd:DefaultName>
|
|
<Top>1.125in</Top>
|
|
<Left>1.5in</Left>
|
|
<Height>0.25in</Height>
|
|
<Width>1.25in</Width>
|
|
<ZIndex>6</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Textbox Name="textbox4">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>Survey On :</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>textbox4</rd:DefaultName>
|
|
<Top>1.375in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>0.25in</Height>
|
|
<Width>1.25in</Width>
|
|
<ZIndex>7</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Textbox Name="SurveyOn">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=First(Fields!SurveyOn.Value)</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>SurveyOn</rd:DefaultName>
|
|
<Top>1.375in</Top>
|
|
<Left>1.5in</Left>
|
|
<Height>0.25in</Height>
|
|
<Width>1.625in</Width>
|
|
<ZIndex>8</ZIndex>
|
|
<Style>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
<Line Name="line1">
|
|
<Top>1in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>0in</Height>
|
|
<Width>13in</Width>
|
|
<ZIndex>9</ZIndex>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
<Width>1.75pt</Width>
|
|
</Border>
|
|
</Style>
|
|
</Line>
|
|
<Tablix Name="matrix1">
|
|
<TablixCorner>
|
|
<TablixCornerRows>
|
|
<TablixCornerRow>
|
|
<TablixCornerCell>
|
|
<CellContents>
|
|
<Textbox Name="textbox3">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>Grades</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style>
|
|
<TextAlign>Left</TextAlign>
|
|
</Style>
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>textbox3</rd:DefaultName>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
</Border>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
</CellContents>
|
|
</TablixCornerCell>
|
|
</TablixCornerRow>
|
|
</TablixCornerRows>
|
|
</TablixCorner>
|
|
<TablixBody>
|
|
<TablixColumns>
|
|
<TablixColumn>
|
|
<Width>1.5in</Width>
|
|
</TablixColumn>
|
|
</TablixColumns>
|
|
<TablixRows>
|
|
<TablixRow>
|
|
<Height>0.25in</Height>
|
|
<TablixCells>
|
|
<TablixCell>
|
|
<CellContents>
|
|
<Textbox Name="Amount">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=IIf(Format(Sum(Fields!Amount.Value),"#,###.##").ToString()="","-",Format(Sum(Fields!Amount.Value),"#,###.##").ToString())</Value>
|
|
<Style />
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style>
|
|
<TextAlign>Right</TextAlign>
|
|
</Style>
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>Amount</rd:DefaultName>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
</Border>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
</CellContents>
|
|
<DataElementOutput>Output</DataElementOutput>
|
|
</TablixCell>
|
|
</TablixCells>
|
|
</TablixRow>
|
|
</TablixRows>
|
|
</TablixBody>
|
|
<TablixColumnHierarchy>
|
|
<TablixMembers>
|
|
<TablixMember>
|
|
<Group Name="matrix1_CompanyName">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!CompanyName.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Group>
|
|
<TablixHeader>
|
|
<Size>0.25in</Size>
|
|
<CellContents>
|
|
<Textbox Name="CompanyName">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=Fields!CompanyName.Value</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>CompanyName</rd:DefaultName>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
</Border>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
</CellContents>
|
|
</TablixHeader>
|
|
<DataElementOutput>Output</DataElementOutput>
|
|
<KeepTogether>true</KeepTogether>
|
|
</TablixMember>
|
|
</TablixMembers>
|
|
</TablixColumnHierarchy>
|
|
<TablixRowHierarchy>
|
|
<TablixMembers>
|
|
<TablixMember>
|
|
<Group Name="matrix1_GradeName">
|
|
<GroupExpressions>
|
|
<GroupExpression>=Fields!GradeName.Value</GroupExpression>
|
|
</GroupExpressions>
|
|
</Group>
|
|
<TablixHeader>
|
|
<Size>2.375in</Size>
|
|
<CellContents>
|
|
<Textbox Name="GradeName">
|
|
<CanGrow>true</CanGrow>
|
|
<KeepTogether>true</KeepTogether>
|
|
<Paragraphs>
|
|
<Paragraph>
|
|
<TextRuns>
|
|
<TextRun>
|
|
<Value>=Fields!GradeName.Value</Value>
|
|
<Style>
|
|
<FontWeight>Bold</FontWeight>
|
|
</Style>
|
|
</TextRun>
|
|
</TextRuns>
|
|
<Style />
|
|
</Paragraph>
|
|
</Paragraphs>
|
|
<rd:DefaultName>GradeName</rd:DefaultName>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
</Border>
|
|
<PaddingLeft>2pt</PaddingLeft>
|
|
<PaddingRight>2pt</PaddingRight>
|
|
<PaddingTop>2pt</PaddingTop>
|
|
<PaddingBottom>2pt</PaddingBottom>
|
|
</Style>
|
|
</Textbox>
|
|
</CellContents>
|
|
</TablixHeader>
|
|
<DataElementOutput>Output</DataElementOutput>
|
|
<KeepTogether>true</KeepTogether>
|
|
</TablixMember>
|
|
</TablixMembers>
|
|
</TablixRowHierarchy>
|
|
<RepeatColumnHeaders>true</RepeatColumnHeaders>
|
|
<RepeatRowHeaders>true</RepeatRowHeaders>
|
|
<DataSetName>PayrollDataSet_MarketSurveyCom</DataSetName>
|
|
<Top>6.75in</Top>
|
|
<Left>0.25in</Left>
|
|
<Height>0.5in</Height>
|
|
<Width>3.875in</Width>
|
|
<ZIndex>10</ZIndex>
|
|
<Style>
|
|
<Border>
|
|
<Style>Solid</Style>
|
|
</Border>
|
|
</Style>
|
|
</Tablix>
|
|
</ReportItems>
|
|
<Height>7.25in</Height>
|
|
<Style />
|
|
</Body>
|
|
<Width>13.6in</Width>
|
|
<Page>
|
|
<PageFooter>
|
|
<Height>0.25in</Height>
|
|
<PrintOnFirstPage>true</PrintOnFirstPage>
|
|
<PrintOnLastPage>true</PrintOnLastPage>
|
|
<Style />
|
|
</PageFooter>
|
|
<PageHeight>8.27in</PageHeight>
|
|
<PageWidth>14in</PageWidth>
|
|
<InteractiveHeight>11in</InteractiveHeight>
|
|
<InteractiveWidth>8.5in</InteractiveWidth>
|
|
<LeftMargin>0.1in</LeftMargin>
|
|
<RightMargin>0.1in</RightMargin>
|
|
<TopMargin>0.4in</TopMargin>
|
|
<BottomMargin>0.29in</BottomMargin>
|
|
<Style />
|
|
</Page>
|
|
</ReportSection>
|
|
</ReportSections>
|
|
<ReportParameters>
|
|
<ReportParameter Name="SearchCriteria">
|
|
<DataType>String</DataType>
|
|
<AllowBlank>true</AllowBlank>
|
|
<Prompt>Report_Parameter_0</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="CompanyInfo">
|
|
<DataType>String</DataType>
|
|
<AllowBlank>true</AllowBlank>
|
|
<Prompt>Report_Parameter_1</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="Logo">
|
|
<DataType>String</DataType>
|
|
<AllowBlank>true</AllowBlank>
|
|
<Prompt>Report_Parameter_2</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="Address">
|
|
<DataType>String</DataType>
|
|
<AllowBlank>true</AllowBlank>
|
|
<Prompt>Report_Parameter_3</Prompt>
|
|
</ReportParameter>
|
|
<ReportParameter Name="Phone">
|
|
<DataType>String</DataType>
|
|
<AllowBlank>true</AllowBlank>
|
|
<Prompt>Report_Parameter_4</Prompt>
|
|
</ReportParameter>
|
|
</ReportParameters>
|
|
<ReportParametersLayout>
|
|
<GridLayoutDefinition>
|
|
<NumberOfColumns>2</NumberOfColumns>
|
|
<NumberOfRows>3</NumberOfRows>
|
|
<CellDefinitions>
|
|
<CellDefinition>
|
|
<ColumnIndex>0</ColumnIndex>
|
|
<RowIndex>0</RowIndex>
|
|
<ParameterName>SearchCriteria</ParameterName>
|
|
</CellDefinition>
|
|
<CellDefinition>
|
|
<ColumnIndex>1</ColumnIndex>
|
|
<RowIndex>0</RowIndex>
|
|
<ParameterName>CompanyInfo</ParameterName>
|
|
</CellDefinition>
|
|
<CellDefinition>
|
|
<ColumnIndex>0</ColumnIndex>
|
|
<RowIndex>1</RowIndex>
|
|
<ParameterName>Logo</ParameterName>
|
|
</CellDefinition>
|
|
<CellDefinition>
|
|
<ColumnIndex>1</ColumnIndex>
|
|
<RowIndex>1</RowIndex>
|
|
<ParameterName>Address</ParameterName>
|
|
</CellDefinition>
|
|
<CellDefinition>
|
|
<ColumnIndex>0</ColumnIndex>
|
|
<RowIndex>2</RowIndex>
|
|
<ParameterName>Phone</ParameterName>
|
|
</CellDefinition>
|
|
</CellDefinitions>
|
|
</GridLayoutDefinition>
|
|
</ReportParametersLayout>
|
|
<Language>en-US</Language>
|
|
<ConsumeContainerWhitespace>true</ConsumeContainerWhitespace>
|
|
<rd:ReportUnitType>Inch</rd:ReportUnitType>
|
|
<rd:ReportID>1fdc4661-87bf-4c58-bb04-e230a9e19913</rd:ReportID>
|
|
</Report> |