ManagementGroup.IsUserReportOperator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use Security.IsUserReportOperator()
Checks if the calling user is a report operator. This is applicable only if reporting is installed. Please check to see if reporting is installed before calling this method.
public:
bool IsUserReportOperator();
[System.Obsolete("Please use Security.IsUserReportOperator()")]
public bool IsUserReportOperator ();
member this.IsUserReportOperator : unit -> bool
Public Function IsUserReportOperator () As Boolean
Returns
True if user is in a report operator user role, false otherwise.
- Attributes