Właściwość Setting.Required
Wskazuje, czy wartość ustawienia jest wymagane przez rozszerzenie.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
Public Property Required As Boolean
Get
Set
'Użycie
Dim instance As Setting
Dim value As Boolean
value = instance.Required
instance.Required = value
public bool Required { get; set; }
public:
property bool Required {
bool get ();
void set (bool value);
}
member Required : bool with get, set
function get Required () : boolean
function set Required (value : boolean)
Wartość właściwości
Typ: System.Boolean
A wartość logiczna wartość wskazującą, czy wymagana jest wartość ustawienia.