Gets or sets the single valid value parameter control style. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Style SingleValidValueParameterControlStyle { get; set; }
Visual Basic (Declaration)
Public Property SingleValidValueParameterControlStyle As Style
Visual C++
public:
property Style^ SingleValidValueParameterControlStyle {
	Style^ get ();
	void set (Style^ value);
}

Field Value

The single valid value parameter control style.

See Also