public class General
The General class holds all of the Role's General Settings overrides.
Do not instantiate this class, instead access it through the Role object's General Property.
public class General
Role myRole = api.Roles.GetRole("ReportUser"); WebReports.Api.Roles.General g = myRole.General; g.AllowExpressViewLiveEdit = false; g.DbTimeout = 300; g.ScheduleManagerViewLevel = wrScheduleManagerViewLevel.User;
System.Object
WebReports.Api.Roles.General