Gets or sets a value indicating whether the parameter is required.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual bool IsRequired { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property IsRequired As Boolean |
| Visual C++ |
|---|
public:
virtual property bool IsRequired {
bool get ();
void set (bool value);
} |
Field Value
true if the parameter is required; otherwise,
false.
See Also