LightSwitch HTML Edition
GetViewTitle(String,String) Method






String to use as a separator between value and row/column field names.
String to use as a separator between row and column field names.
Gets a localized string with a title describing the current view.
Syntax
'Declaration
 
Public Overloads Function GetViewTitle( _
   ByVal by As System.String, _
   ByVal and As System.String _
) As System.String
'Usage
 
Dim instance As C1OlapEngine
Dim by As System.String
Dim and As System.String
Dim value As System.String
 
value = instance.GetViewTitle(by, and)
public System.string GetViewTitle( 
   System.string by,
   System.string and
)
public function GetViewTitle( 
    by: System.String;
    and: System.String
): System.String; 
public function GetViewTitle( 
   by : System.String,
   and : System.String
) : System.String;
public: System.string* GetViewTitle( 
   System.string* by,
   System.string* and
) 
public:
System.String^ GetViewTitle( 
   System.String^ by,
   System.String^ and
) 

Parameters

by
String to use as a separator between value and row/column field names.
and
String to use as a separator between row and column field names.

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