ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / GetViewTitle Method

In This Topic
    GetViewTitle Method
    In This Topic
    Gets a string that describes the current view.
    Syntax
    'Declaration
     
    Public Function GetViewTitle() As System.String
    public System.string GetViewTitle()
    Remarks

    Use the $[viewTitle] tag in the HeaderText or FooterText properties to display the ViewTitle in the header or footer of the document.

    See Also