Page 3 of 6

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 2:07 am
by jayanthi
Hello,

I have downloaded the file SR_2009.09.21_D2005 from the path http://stimulsoft.com/ReportsNetDownloads.aspx

Please is that correct link.

Jay

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 2:28 am
by Andrew
Yes, that is correct. Here is the link.

http://stimulsoft.com/GetFile.aspx?file ... _D2005.zip

Thank you.

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 2:39 am
by jayanthi
Please dont mind for my repeated question.

Actually i have downloaded that link only.
Copied all the files from that folder to the path C:\Program Files\Stimulsoft Reports.NET 2009.2\Bin.
Installed to GAC

1. Now can i able to create a report of my own with highlighted condition in Cross Column or Cross Row.
2. I have pasted CrossTabWithHighlightCondition3.mrt in the path C:\Program Files\Stimulsoft Reports.NET 2009.2\Bin\Reports. what else to do to view that report in Demo.

Please guide me with the steps, Urgent.

Thank u
Jay


cross tab with highlighting condition

Posted: Wed Sep 23, 2009 2:48 am
by Andrew
Hello,

You may open this report in the Reports Designer.

Thank you.

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 3:32 am
by jayanthi
After installing SR_2009.09.21_D2005 is it possible for me to create a new report with highlighting condition for cross column

Thank you
Jay

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 5:40 am
by Andrew
Sure, you can create your own report.

Thank you.

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 5:55 am
by jayanthi
Hello Mr.Andrew,

I have tried highlighting in my report, but its not getting highlighted.

Please help me

Jay

cross tab with highlighting condition

Posted: Wed Sep 23, 2009 6:13 am
by Andrew
Ok! Please, send you report and data to support@stimulsoft.com
I think it is the best way to help you.

Thank you.

cross tab with highlighting condition

Posted: Thu Sep 24, 2009 12:18 am
by jayanthi
Thank you Mr. Andrew

Am getting error like crosstab2_column1 Input String was not in a correct format.

1. I have gone through IsSunday method but i couldnt resolve my error.

2. Also in that method by default value is assigned for Month & Year. Can i pass the value for it from .Net code. If so can you tell me how to do that.

3. Like .Net can i use messagebox.Show to print the value of variable.

4. I have tried passing value as 27 directly for _day, then it shows red font for all the days. But shows error while passing value for _day from report.

Thanx
Jay



cross tab with highlighting condition

Posted: Thu Sep 24, 2009 12:57 am
by Andrew
Dear, Jayanthi Pandiaraj.

We have added two variables in the designer. They are Month and Year. We added the methods for passing values.
report.Dictionary.Variables("Year").Value = "2009"
report.Dictionary.Variables("Month").Value = "9"

Thank you.