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