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