RSS Documentation
GetView Method



Syntax
'Declaration
 
Public Shared Function GetView( _
   ByVal cn As BPMConnection, _
   ByVal path As String, _
   ByVal viewName As String _
) As ReportView
'Usage
 
Dim cn As BPMConnection
Dim path As String
Dim viewName As String
Dim value As ReportView
 
value = Report.GetView(cn, path, viewName)
public static ReportView GetView( 
   BPMConnection cn,
   string path,
   string viewName
)
public:
static ReportView^ GetView( 
   BPMConnection^ cn,
   String^ path,
   String^ viewName
) 

Parameters

cn
path
viewName
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

Report Class
Report Members

Send Feedback