Chart Series Groups


Optional series groups allow adding more dimensions of data to a report. Series group labels are placed in the legend of the chart. Series groups are dynamic. A chart that uses series groups displays a chart element for each series group for each category. For example, a column chart with sales data displays a column for each year returned by a series group expression.

Following is the RDL that describes a series. From this point forward, the section surrounded by the <SeriesGroupings> tag is abbreviated as {SERIES GROUPS}.

 <SeriesGroupings>    <SeriesGrouping>      <DynamicSeries>        <Grouping Name="chart1_SeriesGroup1">          <GroupExpressions>            <GroupExpression>=Fields!OrderQty.Value</GroupExpression>          </GroupExpressions>        </Grouping>      <Label>=Fields!OrderQty.Value</Label>     </DynamicSeries>   </SeriesGrouping> </SeriesGroupings> 



Microsoft SQL Server 2005 Reporting Services
Microsoft SQL Server 2005 Reporting Services
ISBN: 0672327996
EAN: 2147483647
Year: 2004
Pages: 254

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net