Windward Studios API Reference
Set(String,Boolean) Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class > Set Method : Set(String,Boolean) Method




name
value

Glossary Item Box

Sets a value for the given property. This becomes the current value, overriding whatever was set before.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Set( _
   ByVal name As String, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Boolean
 
instance.Set(name, value)
C# 
public void Set( 
   string name,
   bool value
)
Managed Extensions for C++ 
public: void Set( 
   string* name,
   bool value
) 
C++/CLI 
public:
void Set( 
   String^ name,
   bool value
) 

Parameters

name
value

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software