Response.WritePDF

Syntax Parameters Return Value
Function Response.WritePDF( _
    pSTReport As Object, _
    Optional Width As String = "100%", _
    Optional Height As String = "100%", _
    Optional Placement As SWSResponsePlacement = swscResponseBottom, _
    Optional Id As String = "", _
    Optional DispName As String = "") As SWSControl
  • pSTReport [in]

Type: Object

  • Width [in, optional]

Type: String

Default value: "100%"

  • Height [in, optional]

Type: String

Default value: "100%"

  • Placement [in, optional]

Type: SWSResponsePlacement

Default value: swscResponseBottom

  • Id [in, optional]

Type: String

Default value: ""

SWSControl