Gets or sets the property which indicates that changing credentials element are available.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool CredentialsElementBrowsing { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CredentialsElementBrowsing As Boolean |
| Visual C++ |
|---|
public:
property bool CredentialsElementBrowsing {
bool get ();
void set (bool value);
} |
Field Value
true if changing credentials element are available; otherwise,
false.
See Also