Report.SaveAsPDFEx

Saves the report as a PDF file, with orientation, to the specified file path.

Syntax Parameters Return value
Function Report.SaveAsPDFEx( _
    FileName As String, _
    Optional Portrait As Boolean = True, _
    Optional OverWriteFile As Boolean = True) As Boolean
  • FileName [in]

    Type: String

  • Portrait [in, optional]

    Type: Boolean

    Default value: True

  • OverWriteFile [in, optional]

    Type: Boolean

    Default value: True

Boolean