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