Version

UiView Property

Returns the view of the ui DataPresenter (read-only).
Syntax
'Declaration
 
Protected ReadOnly Property UiView As ViewBase
protected ViewBase UiView {get;}

Property Value

A clone instance of the view from a ui DataPresenter or null.
Remarks
Note: This property will return null except for the cloned ReportViewBase used during a report pagination. It can be used by derived classes to provide default values for certain properties.
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