Compartir a través de


DaysOfWeekSelector.Saturday Propiedad

Gets or sets a value that indicates whether a scheduled report runs on Saturday.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Saturday As Boolean 
    Get 
    Set
'Uso
Dim instance As DaysOfWeekSelector 
Dim value As Boolean 

value = instance.Saturday

instance.Saturday = value
public bool Saturday { get; set; }
public:
property bool Saturday {
    bool get ();
    void set (bool value);
}
member Saturday : bool with get, set
function get Saturday () : boolean 
function set Saturday (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if a scheduled report runs on Saturday; otherwise, false. The default is false.

Vea también

Referencia

DaysOfWeekSelector Clase

Espacio de nombres ReportService2010