| Refresh | Home EGTry.com


simple report spec format

<report xmlns="http://developer.cognos.com/schemas/report/3.0/" expressionLocale="en-us">
  <!--RS:8.2-->
	<modelPath>/content/package[@name='PromptDemo APS Bookings']/model[@name='model']</modelPath>
	<layouts>
		<layout>
			<reportPages>
				<page class="pg" name="Page1">
					<pageBody class="pb">
            <contents>


              <textItem>
                <dataSource><staticValue>Content</staticValue></dataSource>
                <style><CSS value="color:red;font-weight:bold"/></style>
              </textItem>


            </contents>
					</pageBody>
				</page>
			</reportPages>
		</layout>
	</layouts>
</report>