Initializes the control getting the values of a given field style.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public void GetValues(
	C1OlapConditionalFieldStyle style
)
Visual Basic
Public Sub GetValues ( _
	style As C1OlapConditionalFieldStyle _
)

Parameters

style
Type: C1.Olap..::..C1OlapConditionalFieldStyle
The style to load in the editor.

See Also