Report.SaveAsPDF

Saves the report as a PDF file to the specified file path.

Syntax Parameters Return/assignment value
Function Report.SaveAsPDF( _
    Name As String, _
    Optional bOverwrite As Boolean = False) As Boolean
  • Name [in]

    Type: String

  • bOverwrite [in, optional]

    Type: Boolean

    Default value: False

Boolean