isViewFeatureAccessSet

isViewFeatureAccessSet(userName: String;
                       viewName: String): Boolean;

The isViewFeatureAccessSet method of the JadeReportWriterSecurity class specifies whether the user specified in the userName parameter can access the view specified in the viewName parameter.

Because of the extra processing that is required, the report writer calls the canAccessViewFeature method every time it builds a list of class features only when the isViewFeatureAccessSet method returns true.