Właściwość DataSourceDefinition.Enabled
Wskazuje, czy źródło danych jest włączony.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Enabled As Boolean
Get
Set
'Użycie
Dim instance As DataSourceDefinition
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
A wartość logiczna wartość wskazującą, czy źródło danych jest włączony.
Uwagi
Wartością domyślną jest true.
Po ustawieniu false, serwer raportowania nie wykonuje żadnych elementów związanych z danymi źródło.