Run any report into a PDF file, and return the path of the PDF file to the caller
Passing Argument 0 as a query ID or query name is sufficient to run a query that does not expect parameters
"NEW" to return the XML template needed to create a new asset record
"EDIT" All asset fields
SavedSelectID Run the query with this ID
SavedSelectName Run the query with this name
When argument 0 = NEW or EDIT
When argument 0 implies a query
The relative web path of the newly created PDF file
There is no restful call for this API operation - use a SOAP method instead
Try ErrorMessage = "" Return w.WebSaveSpecial(_hash, _username, _db, _ip, "", "SpecialReportCreate", {"10269"}, False, _dns, _port, _scheme, _nonce, _noncedate) Catch ex As Exception ErrorMessage = ex.Message Return " End Try
SaveSpecial "SpecialReportCreate","", "10269"
Dim ret as String = Server.SaveSpecial("SpecialReportCreate","", "10269") If ret = " Or ret.Substring(0, 8) = "special=" Then MsgBox("Save operation completed.", vbInformation, "Save Data") Else MsgBox("Save operation failed:" & ret, vbExclamation, "Save Data") End If
Download the Visual Studio API Samples Project
Return to the API Index Page