cross tab with highlighting condition
cross tab with highlighting condition
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
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
Yes, that is correct. Here is the link.
http://stimulsoft.com/GetFile.aspx?file ... _D2005.zip
Thank you.
http://stimulsoft.com/GetFile.aspx?file ... _D2005.zip
Thank you.
cross tab with highlighting condition
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
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
Hello,
You may open this report in the Reports Designer.
Thank you.
You may open this report in the Reports Designer.
Thank you.
cross tab with highlighting condition
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
Thank you
Jay
cross tab with highlighting condition
Sure, you can create your own report.
Thank you.
Thank you.
cross tab with highlighting condition
Hello Mr.Andrew,
I have tried highlighting in my report, but its not getting highlighted.
Please help me
Jay
I have tried highlighting in my report, but its not getting highlighted.
Please help me
Jay
cross tab with highlighting condition
Ok! Please, send you report and data to support@stimulsoft.com
I think it is the best way to help you.
Thank you.
I think it is the best way to help you.
Thank you.
cross tab with highlighting condition
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
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
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.
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.