RSS Documentation
ViewType Property



Syntax
'Declaration
 
Public Property ViewType As BPM.ReportViewType
'Usage
 
Dim instance As ReportView
Dim value As BPM.ReportViewType
 
instance.ViewType = value
 
value = instance.ViewType
public BPM.ReportViewType ViewType {get; set;}
public:
property BPM.ReportViewType ViewType {
   BPM.ReportViewType get();
   void set (    BPM.ReportViewType value);
}
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

ReportView Class
ReportView Members

Send Feedback