Hi
Please give me some idea , for what purpose we use classes object. and how to use that.
Cheers !
Inam
Quote from: inu on 04 Aug 2014 12:25:29 PM
Hi
Please give me some idea , for what purpose we use classes object. and how to use that.
Cheers !
Inam
Take a look at the Report Studio User Guide, chapter 12 - Laying out a report, and see the section "Create and Modify Report and Object Styles" on page 350
http://public.dhe.ibm.com/software/data/cognos/documentation/docs/en/10.2.1/ug_cr_rptstd.pdf
MF.
Basically, if you have more than multiple sections in the report page which you would want to style based to particular background, font, border.
You can create a one class for the same, so that in case there is some modification/update required you just have to change it only at one place.
-SPG
In addition to what has already been said... If you are familiar with CSS, Report Studio classes work the same way.
Quote from: bdbits on 05 Aug 2014 09:29:05 AM
In addition to what has already been said... If you are familiar with CSS, Report Studio classes work the same way.
Hi bdbits,
Thank u buddy, u cleared the answer. as i know web designing (HTML, CSS, JAVASCRIPT), so i got your point clearly.
Now tell me how to create and use any class.
Cheers !
Inam
Quote from: inu on 05 Aug 2014 12:35:03 PM
Now tell me how to create and use any class.
This is detailed in the document link I posted above. Which particular part are you struggling with?
MF.