ReportProperties.ToDictionary Method

Gets the dictionary of all properties that have the value set.
Public Function ToDictionary() As Dictionary(Of String, Object)
This language is not supported or no code example is available.
public Dictionary<string, object> ToDictionary()
This language is not supported or no code example is available.

Return Value

Dictionary<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