JAMS Developer Guide
SaveAs Method (ReportDesign)


MVPSI.JAMS Namespace > ReportDesign Class : SaveAs Method
Save this ReportDesign with a different name and/or server.
Syntax
'Declaration
 
Public Sub SaveAs( _
   ByVal newName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As ReportDesign
Dim newName As System.String
Dim js As Server
 
instance.SaveAs(newName, js)
public void SaveAs( 
   System.string newName,
   Server js
)

Parameters

newName
js
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportDesign Class
ReportDesign Members