JAMS Developer Guide
ReadSource Method


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