Hi,
While previewing the report, Is there any way to highlight the selected row as we do in SpreadSheets (Like Excel)?
I need to hightlight the row which was selected by the user and not a particular row.
If you have any idea, pls help me
ThanksHi,
Yes, it's possible in RDC Method of Crystal Report Design Document Module.
you can catch the table.field click event at run time, in that event make code for change the field background color.
Thanks.
Originally posted by harmonycitra
Hi,
While previewing the report, Is there any way to highlight the selected row as we do in SpreadSheets (Like Excel)?
I need to hightlight the row which was selected by the user and not a particular row.
If you have any idea, pls help me
Thanks|||Thanks,
But I'm using ASP to run my report, using RDC Code and Crystal Report ActiveXViewer Control to display the report.
In this, how can I write the code?
Thanks,
Showing posts with label selected. Show all posts
Showing posts with label selected. Show all posts
Friday, March 23, 2012
Highlighting a row
Labels:
database,
excel,
highlight,
highlighting,
hightlight,
microsoft,
mysql,
oracle,
previewing,
report,
row,
selected,
server,
spreadsheets,
sql
Sunday, February 19, 2012
Hide/Show parameter based on Multi-Valued Parameter Selection
Hi!
I have a parameter that sould be visible only if certains values are selected on a
multi-value parameter. I tried to use an expression for the parameter's hidden property, but I saw it's not possible (at least not in the usual way, as with tables). Does anyone know how to do it?
Thanks!
There is no way to do this through RDL, but if you are using the report viewer controls, you can programmatically hide the parameters using the ReportViewer control API.
Subscribe to:
Posts (Atom)