Gets or sets the boolean 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 BooleanParameterControlStyle { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property BooleanParameterControlStyle As Style  | 
| Visual C++ | 
|---|
public:
property Style^ BooleanParameterControlStyle {
	Style^ get ();
	void set (Style^ value);
} | 
Field Value
The boolean parameter control style.
See Also