menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PermissionSettings

    Show / Hide Table of Contents

    Class PermissionSettings

    Class to Enable Permission Settings.

    Inheritance
    System.Object
    EJTagHelper
    PermissionSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models.ReportDesigner
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PermissionSettings : EJTagHelper

    Constructors

    PermissionSettings()

    Declaration
    public PermissionSettings()

    Properties

    DataSet

    Gets or sets the Permission Settings for Data Set.

    Declaration
    [HtmlAttributeName("dataSet")]
    [JsonProperty("dataSet")]
    [JsonConverter(typeof(StringEnumConverter))]
    public Permission DataSet { get; set; }
    Property Value
    Type Description
    Permission

    Gets the Permission Settings for Data Set.

    DataSource

    Gets or sets the Permission Settings for Data Source.

    Declaration
    [HtmlAttributeName("dataSource")]
    [JsonProperty("dataSource")]
    [JsonConverter(typeof(StringEnumConverter))]
    public Permission DataSource { get; set; }
    Property Value
    Type Description
    Permission

    Gets the Permission Settings for Data Source.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved