| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ReportType As Report.REPORT_TYPE  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As Report Dim value As Report.REPORT_TYPE value = instance.ReportType  | |
| C# | |
|---|---|
public Report.REPORT_TYPE ReportType {get;}  | |
| Managed Extensions for C++ | |
|---|---|
public: __property Report.REPORT_TYPE get_ReportType();  | |
| C++/CLI | |
|---|---|
public: property Report.REPORT_TYPE ReportType { Report.REPORT_TYPE get(); }  | |
Requirements
Platforms: Windows 10, Windows NT, Windows Server