public ItemPageBreak() { this.m_WhiteBrush = new SolidBrush(Color.White); this.m_GrayBrush = new SolidBrush(SystemColors.Control); this.m_BlackPen = new Pen(Color.Black); this.m_PageNumberStyle = RescoPageNumberStyle.CurrentOfAll; this.m_ShowPageText = true; this.m_RightArrow = 0; this.m_bVisible = true; }