ActiveReports Developer 7
GetSettings Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ISettings Interface : GetSettings Method

Glossary Item Box

Returns a System.Collections.Specialized.NameValueCollection containing the settings for the rendering extension.

Syntax

Visual Basic (Declaration) 
Function GetSettings() As System.Collections.Specialized.NameValueCollection
C# 
System.Collections.Specialized.NameValueCollection GetSettings()

Return Value

a System.Collections.Specialized.NameValueCollection containing the settings for the rendering extension.

See Also