Windward Engine API Reference
Report.DrillDownInfo Constructor(DrillDownTemplate)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report.DrillDownInfo Class > Report.DrillDownInfo Constructor : Report.DrillDownInfo Constructor(DrillDownTemplate)




templateInfo
A DrillDownTemplate to populate this from.

Glossary Item Box

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

See Also

© 2019 All Rights Reserved.