LightSwitch HTML Edition
GetViewTitle() Method






Gets a string with a title describing the current view.
Syntax
'Declaration
 
Public Overloads Function GetViewTitle() As System.String
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.String
 
value = instance.GetViewTitle()
public System.string GetViewTitle()
public function GetViewTitle(): System.String; 
public function GetViewTitle() : System.String;
public: System.string* GetViewTitle(); 
public:
System.String^ GetViewTitle(); 

Return Value

A string describing the current view.
Remarks
The string includes the names of the fields currently active and can be used as a caption for charts and reports.
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
Overload List

Send Feedback