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




templateDir
The directory the template file is in.
pipeName
The named pipe name. WDDP_DOCX_1234 or similiar.
guid
The AutoTag document guid of the template.

Glossary Item Box

Create the object. This object is immutable.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal templateDir As String, _
   ByVal pipeName As String, _
   ByVal guid As String _
)
Visual Basic (Usage)Copy Code
Dim templateDir As String
Dim pipeName As String
Dim guid As String
 
Dim instance As New Report.DrillDownInfo(templateDir, pipeName, guid)
C# 
public Report.DrillDownInfo( 
   string templateDir,
   string pipeName,
   string guid
)
Managed Extensions for C++ 
public: Report.DrillDownInfo( 
   string* templateDir,
   string* pipeName,
   string* guid
)
C++/CLI 
public:
Report.DrillDownInfo( 
   String^ templateDir,
   String^ pipeName,
   String^ guid
)

Parameters

templateDir
The directory the template file is in.
pipeName
The named pipe name. WDDP_DOCX_1234 or similiar.
guid
The AutoTag document guid of the template.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software