menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ReportDataExtensionsModule

    Class for ReportDataExtensions.

    Inheritance
    System.Object
    EJTagHelper
    ReportDataExtensionsModule
    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 ReportDataExtensionsModule : EJTagHelper

    Constructors

    ReportDataExtensionsModule()

    Declaration
    public ReportDataExtensionsModule()

    Properties

    ClassName

    Gets or sets the prototype name of the data extension item.

    Declaration
    [JsonProperty("className")]
    public string ClassName { get; set; }
    Property Value
    Type Description
    System.String

    Gets the prototype name as string.

    DisplayName

    Gets or sets the name to display in the tile view.

    Declaration
    [JsonProperty("displayName")]
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String

    Gets the display name for datasource type as string.

    ImageClass

    Gets or sets css class name to render image in the tile view.

    Declaration
    [JsonProperty("imageClass")]
    public string ImageClass { get; set; }
    Property Value
    Type Description
    System.String

    Gets the css class name as string.

    Name

    Gets or sets the name of the data extension item.

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Gets the name of datasource type.

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