LightSwitch HTML Edition
OlapDefaultView Property






Gets the default System.ComponentModel.IBindingList that exposes the data in the OlapTable.
Syntax
'Declaration
 
Public ReadOnly Property OlapDefaultView As System.ComponentModel.IBindingList
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.ComponentModel.IBindingList
 
value = instance.OlapDefaultView
public System.ComponentModel.IBindingList OlapDefaultView {get;}
public read-only property OlapDefaultView: System.ComponentModel.IBindingList; 
public function get OlapDefaultView : System.ComponentModel.IBindingList
public: __property System.ComponentModel.IBindingList* get_OlapDefaultView();
public:
property System.ComponentModel.IBindingList^ OlapDefaultView {
   System.ComponentModel.IBindingList^ get();
}
Requirements

Target Platforms: Windows 7, 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

Reference

C1OlapEngine Class
C1OlapEngine Members

Send Feedback