Version

RecordSeparatorLocation Property

Specifies if and where to display record separators. By default separator is displayed between fixed and non-fixed records.
Syntax
'Declaration
 
Public Property RecordSeparatorLocation As Nullable(Of RecordSeparatorLocation)
public Nullable<RecordSeparatorLocation> RecordSeparatorLocation {get; set;}
Remarks

Record seprators are thin, 3d separator bars that are displayed between certain records. By default record separators are displayed between fixed and non-fixed records. However you can set this property to display record separators after filter record, add-record and summary record. The enum is a flagged enum and thus multiple options can be combined to display record separators at multiple records.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also