ReportProperties.LoadFromDictionary Method

Loads the values of properties from a dictionary.
Public Sub LoadFromDictionary( _ 
ByVal props As IDictionary(Of String, Object) _ 
)
This language is not supported or no code example is available.
public void LoadFromDictionary( 
IDictionary<string, object> props 
)
This language is not supported or no code example is available.

Parameters

props
IDictionary<string, object>

A dictionary where the keys are the property names (case sensitive) and the values are the property values.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition