JAMS Developer Guide
WriteSource Method (ReportDesign)


MVPSI.JAMS Namespace > ReportDesign Class : WriteSource Method
Returns a Stream used to write the source for the Report
Syntax
'Declaration
 
Public Function WriteSource() As System.IO.Stream
'Usage
 
Dim instance As ReportDesign
Dim value As System.IO.Stream
 
value = instance.WriteSource()
public System.IO.Stream WriteSource()
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