Windward Engine API Reference
Parameters Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report.BatchReport Class : Parameters Property




Glossary Item Box

Parameters that may have ${var} parameters in the value part of the entry. This is returned in each iteration with the ${var} values substituted with the string value of that var.The key value is ignored by the engine.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Parameters As IDictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As Report.BatchReport
Dim value As IDictionary(Of String,String)
 
value = instance.Parameters
C# 
public IDictionary<string,string> Parameters {get;}
Managed Extensions for C++ 
public: __property IDictionary<string*,string*>* get_Parameters();
C++/CLI 
public:
property IDictionary<String^,String^>^ Parameters {
   IDictionary<String^,String^>^ get();
}

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.