RSS Documentation
Series Property



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

ReportColumnView Class
ReportColumnView Members

Send Feedback