or

| public string getDayShift(int mDay) |
| { |
| foreach(shift mShift in myShifts) { |
| if ((int)mShift.Start.DayOfWeek==mDay) { |
| return mShift.ToString(); |
| } |
| } |
| return ""; |
| } |
| public string getShift1 |
| { |
| get { return getDayShift(1); } |
| set { } |
| } |
| public string getShift2 |
| { |
| get { return getDayShift(2); } |
| set { } |
| } |
I am using the multicolumn report in the report preview it appears good
but when i view the report with the report viewer in IE only half the report appears in the center of the screen and the remaing of the report doesn't appears