Hai
i am using reporting for view the datas using sqldatasource,i write the query in sqldatasource and bind data in report viewer,my need is how to give alternate color for each row,(i.e) like in gridview alternater color for each row,same like i need in report also..like white,gray,white,gray,white,gray and so on....
Note: i am using reporting in windows application vb.net
And not double color in same row.one row is white and next row is gray and so.....
Pls reply me asap
Regards
Aravind
i am using reporting for view the datas using sqldatasource,i write the query in sqldatasource and bind data in report viewer,my need is how to give alternate color for each row,(i.e) like in gridview alternater color for each row,same like i need in report also..like white,gray,white,gray,white,gray and so on....
Note: i am using reporting in windows application vb.net
And not double color in same row.one row is white and next row is gray and so.....
Pls reply me asap
Regards
Aravind
4 Answers, 1 is accepted
0
Hello Aravind,
Please take a look at the following help article: Display Reports with alternating style rows.
I hope this helps.
Regards,
Stef
Telerik
Please take a look at the following help article: Display Reports with alternating style rows.
I hope this helps.
Regards,
Stef
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.
0
Aravind
Top achievements
Rank 2
Iron
Iron
Iron
answered on 03 Oct 2013, 10:04 AM
Hai
Thank u for ur reply,i will follow that steps,it will change the color for alternate row,but my data in textbox,that textbox is not transparency so i have see white box for data and back some little bit color i saw,my need is how to change textbox as transparency so only i can see alternate color cleary,here i attach the screen in that i give black color for alternate row for just testing purpose only
Thank u for ur reply,i will follow that steps,it will change the color for alternate row,but my data in textbox,that textbox is not transparency so i have see white box for data and back some little bit color i saw,my need is how to change textbox as transparency so only i can see alternate color cleary,here i attach the screen in that i give black color for alternate row for just testing purpose only
0
Accepted
Hello Aravind,
Select the TextBoxes and from property grid set the Style.BackgroundColor to the Web color - Transparent.
For additional information regarding the report styling check out the Styling Reports help articles.
Regards,
Peter
Telerik
Select the TextBoxes and from property grid set the Style.BackgroundColor to the Web color - Transparent.
For additional information regarding the report styling check out the Styling Reports help articles.
Regards,
Peter
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.
0
Aravind
Top achievements
Rank 2
Iron
Iron
Iron
answered on 01 Nov 2013, 07:52 AM
Thans for ur reply it work,thans