| 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family