Create the object. This object is immutable.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function New( _
   ByVal templateInfo As net.windward.xmlreport.ProcessReport.DrillDownTemplate _
)  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim templateInfo As net.windward.xmlreport.ProcessReport.DrillDownTemplate
 
Dim instance As New Report.DrillDownInfo(templateInfo)  | 
 
| C# |   | 
|---|
public Report.DrillDownInfo( 
   net.windward.xmlreport.ProcessReport.DrillDownTemplate templateInfo
)  | 
 
| Managed Extensions for C++ |   | 
|---|
public: Report.DrillDownInfo( 
   net.windward.xmlreport.ProcessReport.DrillDownTemplate* templateInfo
)  | 
 
| C++/CLI |   | 
|---|
public:
Report.DrillDownInfo( 
   net.windward.xmlreport.ProcessReport.DrillDownTemplate^ templateInfo
)  | 
 
            Parameters
- templateInfo
 
- A DrillDownTemplate to populate this from.
 
 
            
						
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also