| 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