Showing posts with label background. Show all posts
Showing posts with label background. Show all posts

Friday, March 23, 2012

Row selection

Hi,

Just curious, can the crystal report show (during report view and in the printed report) different background colour for alternate rows?

For example:
1 row background colour =silver
2 row background colour = yellow
3 row background colour = silver
and so on

thanksHi,
In the details background color write the formula
if recordnumber mod 2=1 then silver
else yellow
Madhivanan|||Thank You... :)

Anyway, is there any sites that I can refer to for this kind of code for crystal report?

Monday, March 12, 2012

Row Heigh

In my report I am using a group footer as a "line" to separate groups. I have
coloured the background of the group footer row. In the VS designer I have
reduced the row height to 0.03125in.
When previewing my report in VS the report generates as expected. When
running the report in the report manager the group footer row height reverts
back to its original height.
Is this a known bug, and is there a work around?Is the browser caching the report? Try Ctrl+F5 in IE.
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"SAcanuck" <SAcanuck@.discussions.microsoft.com> wrote in message
news:D931FCF4-AAF2-4C35-B5B2-2DE88697A502@.microsoft.com...
> In my report I am using a group footer as a "line" to separate groups. I
> have
> coloured the background of the group footer row. In the VS designer I have
> reduced the row height to 0.03125in.
> When previewing my report in VS the report generates as expected. When
> running the report in the report manager the group footer row height
> reverts
> back to its original height.
> Is this a known bug, and is there a work around?|||No the browser is not caching any reports.
"Jeff A. Stucker" wrote:
> Is the browser caching the report? Try Ctrl+F5 in IE.
> --
> Cheers,
> '(' Jeff A. Stucker
> \
> Business Intelligence
> www.criadvantage.com
> ---
> "SAcanuck" <SAcanuck@.discussions.microsoft.com> wrote in message
> news:D931FCF4-AAF2-4C35-B5B2-2DE88697A502@.microsoft.com...
> > In my report I am using a group footer as a "line" to separate groups. I
> > have
> > coloured the background of the group footer row. In the VS designer I have
> > reduced the row height to 0.03125in.
> >
> > When previewing my report in VS the report generates as expected. When
> > running the report in the report manager the group footer row height
> > reverts
> > back to its original height.
> >
> > Is this a known bug, and is there a work around?
>
>

Row formatting

Can I have each row have a different background shade or color. For example
data in row 1 white, row 2 grey and so on. A mix of white and grey for easy
reading. I dont want to use lines.
Thanks for your help.http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rscreate/htm/rcr_creating_layout_v1_5bl3.asp
On Mon, 5 Jun 2006 10:56:02 -0700, Shan
<Shan@.discussions.microsoft.com> wrote:
>Can I have each row have a different background shade or color. For example
>data in row 1 white, row 2 grey and so on. A mix of white and grey for easy
>reading. I dont want to use lines.
>Thanks for your help.|||Thanks a bunch.
"Shan" wrote:
> Can I have each row have a different background shade or color. For example
> data in row 1 white, row 2 grey and so on. A mix of white and grey for easy
> reading. I dont want to use lines.
> Thanks for your help.