| 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)  | |
| Managed Extensions for C++ | |
|---|---|
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