ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / GetViewTitle Method

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

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

    See Also