Windward Engine API Reference
TemplateDrillDownInfo Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : TemplateDrillDownInfo Property




Glossary Item Box

This is not part of the public API. The base directory used for template files in the drill-down tag.

Syntax

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

See Also

© 2019 All Rights Reserved.