- <?xml version="1.0" encoding="UTF-8"?>
- <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1">
- <property name="createdBy">Eclipse BIRT Designer Version 2.5.2.v20100208 Build <2.5.2.v20100210-0630></property>
- <property name="units">in</property>
- <property name="iconFile">/templates/blank_report.gif</property>
- <property name="bidiLayoutOrientation">ltr</property>
- <data-sources>
- <oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Data Source" id="7">
- <list-property name="privateDriverProperties">
- <ex-property>
- <name>contentBidiFormatStr</name>
- <value>ILYNN</value>
- </ex-property>
- <ex-property>
- <name>metadataBidiFormatStr</name>
- <value>ILYNN</value>
- </ex-property>
- </list-property>
- <property name="odaDriverClass">JDBC_DRIVER</property>
- <property name="odaURL">jdbc:uri</property>
- <property name="odaUser">user</property>
- <encrypted-property name="odaPassword" encryptionID="base64">cGFzc3dvcmQ=</encrypted-property>
- </oda-data-source>
- </data-sources>
- <data-sets>
- <oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet" name="Data Set" id="8">
- <list-property name="columnHints">
- <structure>
- <property name="columnName">user</property>
- <text-property name="displayName">user</text-property>
- </structure>
- <structure>
- <property name="columnName">client</property>
- <text-property name="displayName">client</text-property>
- </structure>
- <structure>
- <property name="columnName">dfile</property>
- <text-property name="displayName">dfile</text-property>
- </structure>
- <structure>
- <property name="columnName">action</property>
- <text-property name="displayName">action</text-property>
- </structure>
- <structure>
- <property name="columnName">change</property>
- <text-property name="displayName">change</text-property>
- </structure>
- <structure>
- <property name="columnName">type</property>
- <text-property name="displayName">type</text-property>
- </structure>
- </list-property>
- <structure name="cachedMetaData">
- <list-property name="resultSet">
- <structure>
- <property name="position">1</property>
- <property name="name">user</property>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="position">2</property>
- <property name="name">client</property>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="position">3</property>
- <property name="name">dfile</property>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="position">4</property>
- <property name="name">action</property>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="position">5</property>
- <property name="name">change</property>
- <property name="dataType">integer</property>
- </structure>
- <structure>
- <property name="position">6</property>
- <property name="name">type</property>
- <property name="dataType">string</property>
- </structure>
- </list-property>
- </structure>
- <property name="dataSource">Data Source</property>
- <list-property name="resultSet">
- <structure>
- <property name="position">1</property>
- <property name="name">user</property>
- <property name="nativeName">user</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- <structure>
- <property name="position">2</property>
- <property name="name">client</property>
- <property name="nativeName">client</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- <structure>
- <property name="position">3</property>
- <property name="name">dfile</property>
- <property name="nativeName">dfile</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- <structure>
- <property name="position">4</property>
- <property name="name">action</property>
- <property name="nativeName">action</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- <structure>
- <property name="position">5</property>
- <property name="name">change</property>
- <property name="nativeName">change</property>
- <property name="dataType">integer</property>
- <property name="nativeDataType">4</property>
- </structure>
- <structure>
- <property name="position">6</property>
- <property name="name">type</property>
- <property name="nativeName">type</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- </list-property>
- <xml-property name="queryText"><![CDATA[select w.user, w.client, w.dfile, w.action, w.change, w.type
- from working w
- order by user, client;]]></xml-property>
- <xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
- <model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
- <Version>1.0</Version>
- <design:ResultSets derivedMetaData="true">
- <design:resultSetDefinitions>
- <design:resultSetColumns>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>user</design:name>
- <design:position>1</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>2000</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>user</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>user</design:label>
- <design:formattingHints>
- <design:displaySize>2000</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>client</design:name>
- <design:position>2</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>2000</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>client</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>client</design:label>
- <design:formattingHints>
- <design:displaySize>2000</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>dfile</design:name>
- <design:position>3</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>2000</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>dfile</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>dfile</design:label>
- <design:formattingHints>
- <design:displaySize>2000</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>action</design:name>
- <design:position>4</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>64</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>action</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>action</design:label>
- <design:formattingHints>
- <design:displaySize>64</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>change</design:name>
- <design:position>5</design:position>
- <design:nativeDataTypeCode>4</design:nativeDataTypeCode>
- <design:precision>11</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>change</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>change</design:label>
- <design:formattingHints>
- <design:displaySize>11</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>type</design:name>
- <design:position>6</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>64</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>type</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>type</design:label>
- <design:formattingHints>
- <design:displaySize>64</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- </design:resultSetColumns>
- </design:resultSetDefinitions>
- </design:ResultSets>
- </model:DesignValues>]]></xml-property>
- </oda-data-set>
- <oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet" name="Chart Data Set" id="73">
- <list-property name="columnHints">
- <structure>
- <property name="columnName">user</property>
- <text-property name="displayName">user</text-property>
- </structure>
- <structure>
- <property name="columnName">filecount</property>
- <text-property name="displayName">filecount</text-property>
- </structure>
- </list-property>
- <structure name="cachedMetaData">
- <list-property name="resultSet">
- <structure>
- <property name="position">1</property>
- <property name="name">user</property>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="position">2</property>
- <property name="name">filecount</property>
- <property name="dataType">decimal</property>
- </structure>
- </list-property>
- </structure>
- <property name="dataSource">Data Source</property>
- <list-property name="resultSet">
- <structure>
- <property name="position">1</property>
- <property name="name">user</property>
- <property name="nativeName">user</property>
- <property name="dataType">string</property>
- <property name="nativeDataType">12</property>
- </structure>
- <structure>
- <property name="position">2</property>
- <property name="name">filecount</property>
- <property name="nativeName">filecount</property>
- <property name="dataType">decimal</property>
- <property name="nativeDataType">-5</property>
- </structure>
- </list-property>
- <xml-property name="queryText"><![CDATA[select distinct(w.user), count(w.dfile) as filecount
- from working w
- group by w.user
- order by filecount desc
- limit 10;]]></xml-property>
- <xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
- <model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
- <Version>1.0</Version>
- <design:ResultSets derivedMetaData="true">
- <design:resultSetDefinitions>
- <design:resultSetColumns>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>user</design:name>
- <design:position>1</design:position>
- <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
- <design:precision>2000</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>Nullable</design:nullability>
- <design:uiHints>
- <design:displayName>user</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>user</design:label>
- <design:formattingHints>
- <design:displaySize>2000</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- <design:resultColumnDefinitions>
- <design:attributes>
- <design:name>filecount</design:name>
- <design:position>2</design:position>
- <design:nativeDataTypeCode>-5</design:nativeDataTypeCode>
- <design:precision>21</design:precision>
- <design:scale>0</design:scale>
- <design:nullability>NotNullable</design:nullability>
- <design:uiHints>
- <design:displayName>filecount</design:displayName>
- </design:uiHints>
- </design:attributes>
- <design:usageHints>
- <design:label>filecount</design:label>
- <design:formattingHints>
- <design:displaySize>21</design:displaySize>
- </design:formattingHints>
- </design:usageHints>
- </design:resultColumnDefinitions>
- </design:resultSetColumns>
- <design:criteria/>
- </design:resultSetDefinitions>
- </design:ResultSets>
- </model:DesignValues>]]></xml-property>
- </oda-data-set>
- </data-sets>
- <styles>
- <style name="report" id="4">
- <property name="fontFamily">sans-serif</property>
- <property name="fontSize">10pt</property>
- </style>
- <style name="crosstab" id="5">
- <property name="borderBottomColor">#CCCCCC</property>
- <property name="borderBottomStyle">solid</property>
- <property name="borderBottomWidth">1pt</property>
- <property name="borderLeftColor">#CCCCCC</property>
- <property name="borderLeftStyle">solid</property>
- <property name="borderLeftWidth">1pt</property>
- <property name="borderRightColor">#CCCCCC</property>
- <property name="borderRightStyle">solid</property>
- <property name="borderRightWidth">1pt</property>
- <property name="borderTopColor">#CCCCCC</property>
- <property name="borderTopStyle">solid</property>
- <property name="borderTopWidth">1pt</property>
- </style>
- <style name="crosstab-cell" id="6">
- <property name="borderBottomColor">#CCCCCC</property>
- <property name="borderBottomStyle">solid</property>
- <property name="borderBottomWidth">1pt</property>
- <property name="borderLeftColor">#CCCCCC</property>
- <property name="borderLeftStyle">solid</property>
- <property name="borderLeftWidth">1pt</property>
- <property name="borderRightColor">#CCCCCC</property>
- <property name="borderRightStyle">solid</property>
- <property name="borderRightWidth">1pt</property>
- <property name="borderTopColor">#CCCCCC</property>
- <property name="borderTopStyle">solid</property>
- <property name="borderTopWidth">1pt</property>
- </style>
- </styles>
- <page-setup>
- <simple-master-page name="Simple MasterPage" id="2">
- <property name="orientation">landscape</property>
- <page-footer>
- <text id="3">
- <property name="contentType">html</property>
- <text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property>
- </text>
- </page-footer>
- </simple-master-page>
- </page-setup>
- <body>
- <text id="49">
- <property name="contentType">html</property>
- <text-property name="content"><![CDATA[<CENTER><B><span style="font-size: larger">
- Opened Files by User
- </B></span><BR>
- <FONT size="small">For internal use only</FONT><BR><BR>
- Report generated on <VALUE-OF>new Date( )</VALUE-OF>
- </CENTER><BR><BR>]]></text-property>
- </text>
- <grid id="66">
- <column id="67"/>
- <row id="68">
- <cell id="69">
- <extended-item extensionName="Chart" id="74">
- <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
- <Version>2.5.1</Version>
- <Type>Bar Chart</Type>
- <SubType>Side-by-side</SubType>
- <Block>
- <Children xsi:type="layout:TitleBlock">
- <Bounds>
- <Left>0.0</Left>
- <Top>0.0</Top>
- <Width>0.0</Width>
- <Height>0.0</Height>
- </Bounds>
- <Insets>
- <Top>3.0</Top>
- <Left>3.0</Left>
- <Bottom>3.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Row>-1</Row>
- <Column>-1</Column>
- <Rowspan>-1</Rowspan>
- <Columnspan>-1</Columnspan>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Visible>true</Visible>
- <Label>
- <Caption>
- <Value>Opened Files by User</Value>
- <Font>
- <Size>16.0</Size>
- <Bold>true</Bold>
- <Alignment>
- <horizontalAlignment>Center</horizontalAlignment>
- <verticalAlignment>Center</verticalAlignment>
- </Alignment>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>true</Visible>
- </Label>
- </Children>
- <Children xsi:type="layout:Plot">
- <Bounds>
- <Left>0.0</Left>
- <Top>0.0</Top>
- <Width>0.0</Width>
- <Height>0.0</Height>
- </Bounds>
- <Insets>
- <Top>3.0</Top>
- <Left>3.0</Left>
- <Bottom>3.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Row>-1</Row>
- <Column>-1</Column>
- <Rowspan>-1</Rowspan>
- <Columnspan>-1</Columnspan>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Visible>true</Visible>
- <HorizontalSpacing>5</HorizontalSpacing>
- <VerticalSpacing>5</VerticalSpacing>
- <ClientArea>
- <Outline>
- <Style>Solid</Style>
- <Thickness>0</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>0.0</Left>
- <Bottom>0.0</Bottom>
- <Right>0.0</Right>
- </Insets>
- </ClientArea>
- </Children>
- <Children xsi:type="layout:Legend">
- <Bounds>
- <Left>0.0</Left>
- <Top>0.0</Top>
- <Width>0.0</Width>
- <Height>0.0</Height>
- </Bounds>
- <Insets>
- <Top>3.0</Top>
- <Left>3.0</Left>
- <Bottom>3.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Row>-1</Row>
- <Column>-1</Column>
- <Rowspan>-1</Rowspan>
- <Columnspan>-1</Columnspan>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Visible>true</Visible>
- <ClientArea>
- <Outline>
- <Style>Solid</Style>
- <Thickness>0</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Insets>
- <Top>2.0</Top>
- <Left>2.0</Left>
- <Bottom>2.0</Bottom>
- <Right>2.0</Right>
- </Insets>
- </ClientArea>
- <Text>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Text>
- <Orientation>Vertical</Orientation>
- <Direction>Top_Bottom</Direction>
- <Separator>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>true</Visible>
- </Separator>
- <Position>Right</Position>
- <ItemType>Categories</ItemType>
- <Title>
- <Caption>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>false</Visible>
- </Title>
- <TitlePosition>Above</TitlePosition>
- </Children>
- <Bounds>
- <Left>0.0</Left>
- <Top>0.0</Top>
- <Width>745.0</Width>
- <Height>130.0</Height>
- </Bounds>
- <Insets>
- <Top>3.0</Top>
- <Left>3.0</Left>
- <Bottom>3.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Row>-1</Row>
- <Column>-1</Column>
- <Rowspan>-1</Rowspan>
- <Columnspan>-1</Columnspan>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Visible>true</Visible>
- </Block>
- <Dimension>Two_Dimensional_With_Depth</Dimension>
- <Units>Points</Units>
- <SeriesThickness>10.0</SeriesThickness>
- <ExtendedProperties>
- <Name>enable.area.alt</Name>
- <Value>false</Value>
- </ExtendedProperties>
- <SampleData>
- <BaseSampleData>
- <DataSetRepresentation>A, B, C</DataSetRepresentation>
- </BaseSampleData>
- <OrthogonalSampleData>
- <DataSetRepresentation>5,4,12</DataSetRepresentation>
- <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
- </OrthogonalSampleData>
- </SampleData>
- <Interactivity/>
- <EmptyMessage>
- <Caption>
- <Value>This chart contains no data.</Value>
- <Font>
- <Alignment>
- <horizontalAlignment>Center</horizontalAlignment>
- <verticalAlignment>Center</verticalAlignment>
- </Alignment>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>64</Transparency>
- <Red>127</Red>
- <Green>127</Green>
- <Blue>127</Blue>
- </Background>
- <Outline>
- <Color>
- <Transparency>128</Transparency>
- <Red>127</Red>
- <Green>127</Green>
- <Blue>127</Blue>
- </Color>
- <Visible>true</Visible>
- </Outline>
- <Insets>
- <Top>10.0</Top>
- <Left>10.0</Left>
- <Bottom>10.0</Bottom>
- <Right>10.0</Right>
- </Insets>
- <Visible>false</Visible>
- </EmptyMessage>
- <Axes>
- <Type>Text</Type>
- <Title>
- <Caption>
- <Value>X-Axis Title</Value>
- <Font>
- <Size>14.0</Size>
- <Bold>true</Bold>
- <Alignment>
- <horizontalAlignment>Center</horizontalAlignment>
- <verticalAlignment>Center</verticalAlignment>
- </Alignment>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>false</Visible>
- </Title>
- <TitlePosition>Below</TitlePosition>
- <AssociatedAxes>
- <Type>Linear</Type>
- <Title>
- <Caption>
- <Value>Y-Axis Title</Value>
- <Font>
- <Size>14.0</Size>
- <Bold>true</Bold>
- <Alignment>
- <horizontalAlignment>Center</horizontalAlignment>
- <verticalAlignment>Center</verticalAlignment>
- </Alignment>
- <Rotation>90.0</Rotation>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>false</Visible>
- </Title>
- <TitlePosition>Left</TitlePosition>
- <SeriesDefinitions>
- <Query>
- <Definition></Definition>
- </Query>
- <SeriesPalette>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>80</Red>
- <Green>166</Green>
- <Blue>218</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>242</Red>
- <Green>88</Green>
- <Blue>106</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>232</Red>
- <Green>172</Green>
- <Blue>57</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>255</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>64</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>170</Red>
- <Green>85</Green>
- <Blue>85</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>192</Red>
- <Green>192</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>192</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>7</Red>
- <Green>146</Green>
- <Blue>94</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>128</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>0</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>64</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>80</Red>
- <Green>240</Green>
- <Blue>120</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>64</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>0</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>0</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>64</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>0</Blue>
- </Entries>
- </SeriesPalette>
- <Series xsi:type="type:BarSeries">
- <Visible>true</Visible>
- <Label>
- <Caption>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>false</Visible>
- </Label>
- <DataDefinition>
- <Definition>row["filecount"]</Definition>
- <Grouping>
- <GroupType>Text</GroupType>
- <AggregateExpression>Sum</AggregateExpression>
- </Grouping>
- </DataDefinition>
- <SeriesIdentifier>Series 1</SeriesIdentifier>
- <DataPoint>
- <Components>
- <Type>Orthogonal_Value</Type>
- </Components>
- <Separator>, </Separator>
- </DataPoint>
- <LabelPosition>Outside</LabelPosition>
- <Stacked>false</Stacked>
- <Riser>Rectangle</Riser>
- </Series>
- <Grouping>
- <GroupType>Text</GroupType>
- <AggregateExpression>Sum</AggregateExpression>
- </Grouping>
- </SeriesDefinitions>
- <Orientation>Vertical</Orientation>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Visible>true</Visible>
- </LineAttributes>
- <Label>
- <Caption>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>true</Visible>
- </Label>
- <LabelPosition>Left</LabelPosition>
- <MajorGrid>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>196</Red>
- <Green>196</Green>
- <Blue>196</Blue>
- </Color>
- <Visible>false</Visible>
- </LineAttributes>
- <TickStyle>Across</TickStyle>
- <TickAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>196</Red>
- <Green>196</Green>
- <Blue>196</Blue>
- </Color>
- <Visible>true</Visible>
- </TickAttributes>
- </MajorGrid>
- <MinorGrid>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>225</Red>
- <Green>225</Green>
- <Blue>225</Blue>
- </Color>
- <Visible>false</Visible>
- </LineAttributes>
- <TickStyle>Across</TickStyle>
- <TickAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>225</Red>
- <Green>225</Green>
- <Blue>225</Blue>
- </Color>
- <Visible>false</Visible>
- </TickAttributes>
- </MinorGrid>
- <Scale>
- <MinorGridsPerUnit>5</MinorGridsPerUnit>
- </Scale>
- <Origin>
- <Type>Min</Type>
- <Value xsi:type="data:NumberDataElement">
- <Value>0.0</Value>
- </Value>
- </Origin>
- <PrimaryAxis>true</PrimaryAxis>
- <Percent>false</Percent>
- </AssociatedAxes>
- <SeriesDefinitions>
- <Query>
- <Definition></Definition>
- </Query>
- <SeriesPalette>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>80</Red>
- <Green>166</Green>
- <Blue>218</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>242</Red>
- <Green>88</Green>
- <Blue>106</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>232</Red>
- <Green>172</Green>
- <Blue>57</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>255</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>64</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>170</Red>
- <Green>85</Green>
- <Blue>85</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>192</Red>
- <Green>192</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>192</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>7</Red>
- <Green>146</Green>
- <Blue>94</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>128</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>192</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>0</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>64</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>80</Red>
- <Green>240</Green>
- <Blue>120</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>64</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>0</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>0</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>64</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>128</Red>
- <Green>128</Green>
- <Blue>128</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>64</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Entries>
- <Entries xsi:type="attribute:ColorDefinition">
- <Transparency>255</Transparency>
- <Red>255</Red>
- <Green>128</Green>
- <Blue>0</Blue>
- </Entries>
- </SeriesPalette>
- <Series>
- <Visible>true</Visible>
- <Label>
- <Caption>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- <Visible>false</Visible>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>false</Visible>
- </Label>
- <DataDefinition>
- <Definition>row["user"]</Definition>
- </DataDefinition>
- <SeriesIdentifier></SeriesIdentifier>
- <DataPoint>
- <Components>
- <Type>Orthogonal_Value</Type>
- </Components>
- <Separator>, </Separator>
- </DataPoint>
- <LabelPosition>Outside</LabelPosition>
- <Stacked>false</Stacked>
- </Series>
- <Grouping>
- <Enabled>true</Enabled>
- <GroupType>Text</GroupType>
- <AggregateExpression>Sum</AggregateExpression>
- </Grouping>
- </SeriesDefinitions>
- <Orientation>Horizontal</Orientation>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Visible>true</Visible>
- </LineAttributes>
- <Label>
- <Caption>
- <Value></Value>
- <Font>
- <Alignment/>
- </Font>
- </Caption>
- <Background xsi:type="attribute:ColorDefinition">
- <Transparency>0</Transparency>
- <Red>255</Red>
- <Green>255</Green>
- <Blue>255</Blue>
- </Background>
- <Outline>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>0</Red>
- <Green>0</Green>
- <Blue>0</Blue>
- </Color>
- </Outline>
- <Insets>
- <Top>0.0</Top>
- <Left>2.0</Left>
- <Bottom>0.0</Bottom>
- <Right>3.0</Right>
- </Insets>
- <Visible>true</Visible>
- </Label>
- <LabelPosition>Below</LabelPosition>
- <MajorGrid>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>196</Red>
- <Green>196</Green>
- <Blue>196</Blue>
- </Color>
- <Visible>false</Visible>
- </LineAttributes>
- <TickStyle>Across</TickStyle>
- <TickAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>196</Red>
- <Green>196</Green>
- <Blue>196</Blue>
- </Color>
- <Visible>true</Visible>
- </TickAttributes>
- </MajorGrid>
- <MinorGrid>
- <LineAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>225</Red>
- <Green>225</Green>
- <Blue>225</Blue>
- </Color>
- <Visible>false</Visible>
- </LineAttributes>
- <TickStyle>Across</TickStyle>
- <TickAttributes>
- <Style>Solid</Style>
- <Thickness>1</Thickness>
- <Color>
- <Transparency>255</Transparency>
- <Red>225</Red>
- <Green>225</Green>
- <Blue>225</Blue>
- </Color>
- <Visible>false</Visible>
- </TickAttributes>
- </MinorGrid>
- <Scale>
- <MinorGridsPerUnit>5</MinorGridsPerUnit>
- </Scale>
- <Origin>
- <Type>Min</Type>
- <Value xsi:type="data:NumberDataElement">
- <Value>0.0</Value>
- </Value>
- </Origin>
- <PrimaryAxis>true</PrimaryAxis>
- <CategoryAxis>true</CategoryAxis>
- <Percent>false</Percent>
- </Axes>
- <Orientation>Vertical</Orientation>
- <UnitSpacing>50.0</UnitSpacing>
- <Rotation/>
- </model:ChartWithAxes>
- ]]></xml-property>
- <property name="outputFormat">SVG</property>
- <property name="inheritColumns">false</property>
- <property name="dataSet">Chart Data Set</property>
- <property name="height">130pt</property>
- <property name="width">10.347222222222221in</property>
- <list-property name="boundDataColumns">
- <structure>
- <property name="name">user</property>
- <expression name="expression" type="javascript">dataSetRow["user"]</expression>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="name">filecount</property>
- <expression name="expression" type="javascript">dataSetRow["filecount"]</expression>
- <property name="dataType">decimal</property>
- </structure>
- </list-property>
- </extended-item>
- </cell>
- </row>
- <row id="70">
- <cell id="71">
- <table id="9">
- <property name="width">10.444444444444445in</property>
- <property name="dataSet">Data Set</property>
- <list-property name="boundDataColumns">
- <structure>
- <property name="name">user</property>
- <expression name="expression">dataSetRow["user"]</expression>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="name">client</property>
- <expression name="expression">dataSetRow["client"]</expression>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="name">dfile</property>
- <expression name="expression">dataSetRow["dfile"]</expression>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="name">action</property>
- <expression name="expression">dataSetRow["action"]</expression>
- <property name="dataType">string</property>
- </structure>
- <structure>
- <property name="name">change</property>
- <expression name="expression">dataSetRow["change"]</expression>
- <property name="dataType">integer</property>
- </structure>
- <structure>
- <property name="name">type</property>
- <expression name="expression">dataSetRow["type"]</expression>
- <property name="dataType">string</property>
- </structure>
- </list-property>
- <column id="31">
- <property name="width">0.9444444444444444in</property>
- </column>
- <column id="32">
- <property name="width">1.2361111111111112in</property>
- </column>
- <column id="33">
- <property name="width">5.694444444444445in</property>
- </column>
- <column id="34">
- <property name="width">0.8472222222222222in</property>
- </column>
- <column id="35">
- <property name="width">0.8055555555555556in</property>
- </column>
- <column id="36">
- <property name="width">0.9166666666666666in</property>
- </column>
- <header>
- <row id="10">
- <property name="height">0.3055555555555556in</property>
- <cell id="11">
- <label id="37">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">5pt</property>
- <property name="textAlign">left</property>
- <text-property name="text">User</text-property>
- </label>
- </cell>
- <cell id="12">
- <label id="39">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">5pt</property>
- <property name="textAlign">left</property>
- <text-property name="text">Client</text-property>
- </label>
- </cell>
- <cell id="13">
- <label id="41">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">5pt</property>
- <property name="textAlign">left</property>
- <text-property name="text">Depot File</text-property>
- </label>
- </cell>
- <cell id="14">
- <label id="43">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">2pt</property>
- <property name="textAlign">center</property>
- <text-property name="text">Action</text-property>
- </label>
- </cell>
- <cell id="15">
- <label id="45">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">1pt</property>
- <property name="textAlign">center</property>
- <text-property name="text">Change</text-property>
- </label>
- </cell>
- <cell id="16">
- <label id="47">
- <property name="backgroundColor">#529EB5</property>
- <property name="fontWeight">bold</property>
- <property name="paddingLeft">1pt</property>
- <property name="textAlign">center</property>
- <text-property name="text">Filetype</text-property>
- </label>
- </cell>
- </row>
- </header>
- <group id="50">
- <property name="groupName">user_group</property>
- <property name="interval">none</property>
- <property name="sortDirection">asc</property>
- <expression name="keyExpr" type="javascript">row["user"]</expression>
- <structure name="toc">
- <expression name="expressionValue" type="javascript">row["user"]</expression>
- </structure>
- <property name="repeatHeader">true</property>
- <property name="hideDetail">false</property>
- <property name="pageBreakAfter">auto</property>
- <property name="pageBreakBefore">auto</property>
- <property name="pageBreakInside">auto</property>
- <header>
- <row id="51">
- <property name="height">0.3055555555555556in</property>
- <cell id="52">
- <data id="65">
- <property name="paddingLeft">3pt</property>
- <property name="resultSetColumn">user</property>
- </data>
- </cell>
- <cell id="53"/>
- <cell id="54"/>
- <cell id="55"/>
- <cell id="56"/>
- <cell id="57"/>
- </row>
- </header>
- <footer>
- <row id="58">
- <property name="height">0.2361111111111111in</property>
- <cell id="59"/>
- <cell id="60"/>
- <cell id="61"/>
- <cell id="62"/>
- <cell id="63"/>
- <cell id="64"/>
- </row>
- </footer>
- </group>
- <detail>
- <row id="17">
- <property name="height">0.3055555555555556in</property>
- <cell id="18"/>
- <cell id="19">
- <data id="40">
- <property name="resultSetColumn">client</property>
- </data>
- </cell>
- <cell id="20">
- <data id="42">
- <property name="textAlign">left</property>
- <property name="resultSetColumn">dfile</property>
- </data>
- </cell>
- <cell id="21">
- <property name="textAlign">center</property>
- <data id="44">
- <property name="resultSetColumn">action</property>
- </data>
- </cell>
- <cell id="22">
- <data id="46">
- <property name="textAlign">center</property>
- <property name="resultSetColumn">change</property>
- </data>
- </cell>
- <cell id="23">
- <data id="48">
- <property name="textAlign">center</property>
- <property name="resultSetColumn">type</property>
- </data>
- </cell>
- </row>
- </detail>
- <footer>
- <row id="24">
- <property name="height">0.2361111111111111in</property>
- <cell id="25"/>
- <cell id="26"/>
- <cell id="27"/>
- <cell id="28"/>
- <cell id="29"/>
- <cell id="30"/>
- </row>
- </footer>
- </table>
- </cell>
- </row>
- </grid>
- </body>
- </report>
# |
Change |
User |
Description |
Committed |
|
#2
|
7760 |
jkovisto |
Added charts to some reports.
Minor formatting changes in others.
ModsPastWeek reworked... into something perhaps more useful. « |
15 years ago
|
|
#1
|
7575 |
jkovisto |
Initial revision for BIRT report examples |
15 years ago
|
|