Windward Engine API Reference
size Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > ReportChartComponent Class : size Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property size As ReportChartSize
Visual Basic (Usage)Copy Code
Dim instance As ReportChartComponent
Dim value As ReportChartSize
 
instance.size = value
 
value = instance.size
C# 
public ReportChartSize size {get; set;}
Managed Extensions for C++ 
public: __property ReportChartSize get_size();
public: __property void set_size( 
   ReportChartSize value
);
C++/CLI 
public:
property ReportChartSize size {
   ReportChartSize get();
   void set (    ReportChartSize value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.