<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / GetViewTitle Method / 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.

In This Topic
    GetViewTitle(String,String) Method
    In This Topic
    Gets a localized string with a title describing the current view.
    Syntax
    'Declaration
     
    Public Overloads Function GetViewTitle( _
       ByVal by As String, _
       ByVal and As String _
    ) As String
    public string GetViewTitle( 
       string by,
       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.
    See Also