Windward Studios API Reference
InternalParameters Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > DataSourceImplBase Class : InternalParameters Property




Glossary Item Box

For internal Windward use only. Do not call! This makes a copy and assigns the copy to the datasource. Therefore it overwrites any shared set of variables. Only use this in AutoTag when using a datasource outside the context of running a report.

Syntax

Visual Basic (Declaration) 
Public Property InternalParameters As IDictionary(Of String,Object)
Visual Basic (Usage)Copy Code
Dim instance As DataSourceImplBase
Dim value As IDictionary(Of String,Object)
 
instance.InternalParameters = value
 
value = instance.InternalParameters
C# 
public IDictionary<string,object> InternalParameters {get; set;}
Managed Extensions for C++ 
public: __property IDictionary<string*,Object*>* get_InternalParameters();
public: __property void set_InternalParameters( 
   IDictionary<string*,Object*>* value
);
C++/CLI 
public:
property IDictionary<String^,Object^>^ InternalParameters {
   IDictionary<String^,Object^>^ get();
   void set (    IDictionary<String^,Object^>^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software