cross tab with highlighting condition

Stimulsoft Reports.NET discussion
jayanthi
Posts: 61
Joined: Wed Aug 26, 2009 4:32 am

cross tab with highlighting condition

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

cross tab with highlighting condition

Post by Andrew »

Yes, that is correct. Here is the link.

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

Thank you.
jayanthi
Posts: 61
Joined: Wed Aug 26, 2009 4:32 am

cross tab with highlighting condition

Post 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

Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

cross tab with highlighting condition

Post by Andrew »

Hello,

You may open this report in the Reports Designer.

Thank you.
jayanthi
Posts: 61
Joined: Wed Aug 26, 2009 4:32 am

cross tab with highlighting condition

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

cross tab with highlighting condition

Post by Andrew »

Sure, you can create your own report.

Thank you.
jayanthi
Posts: 61
Joined: Wed Aug 26, 2009 4:32 am

cross tab with highlighting condition

Post by jayanthi »

Hello Mr.Andrew,

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

Please help me

Jay
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

cross tab with highlighting condition

Post 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.
jayanthi
Posts: 61
Joined: Wed Aug 26, 2009 4:32 am

cross tab with highlighting condition

Post 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


Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

cross tab with highlighting condition

Post 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.
Post Reply