Specifies how borders are drawn when the object is split between pages.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public enum BordersSplitMode | 
| Visual Basic | 
|---|
| Public Enumeration BordersSplitMode | 
 Members
Members
| Member name | Description | |
|---|---|---|
| None | Borders are not drawn where the object is split. | |
| Square | Square borders are drawn where the object is split. | |
| Round | Borders are drawn where the object is split. If the border is round (see RadiusX()()()(), RadiusY()()()()), round borders are drawn where the object is split. | 
 
     
     
     
     
    