Version

ExcludeEditorSettings Property

Determines if the editor related settings from the ui XamDataGrid are used within the report.
Syntax
'Declaration
 
Public Property ExcludeEditorSettings As Boolean
public bool ExcludeEditorSettings {get; set;}
Remarks

If set to true this means that we don't want to copy over any Editor releated of the associated ui XamDataGrid in the report. These are on the FieldSettings object, e.g EditorStyle and EditorType. Default value is false.

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