--- title: "IsWindowsServiceEnabled Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "reporting-services-native" ms.topic: conceptual api_name: - "IsWindowsServiceEnabled" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "IsWindowsServiceEnabled property" ms.assetid: b1b75d72-6220-43fe-abfb-f967f3972d00 author: maggiesMSFT ms.author: maggies manager: kfile --- # IsWindowsServiceEnabled Property (WMI MSReportServer_ConfigurationSetting) Indicates whether the Report Server Windows service is enabled. Read-only. ## Syntax ```vb Public Dim IsWindowsServiceEnabled As Boolean ``` ```csharp public boolean IsWindowsServiceEnabled; ``` ## Property Values A read-only **Boolean** value. A value of `true` indicates that the Report Server Windows service is enabled. ## Example Code [MSReportServer_ConfigurationSetting Class](msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](msreportserver-configurationsetting-members.md)