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