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