ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Image - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Image

    Represents an image.

    Inheritance
    System.Object
    ReportItem
    Image
    Image
    Inherited Members
    ReportItem.ShouldSerializeZIndex()
    ReportItem.ResetZIndex()
    ReportItem.ShouldSerializeCustomProperties()
    ReportItem.ResetCustomProperties()
    ReportItem.ShouldSerializeDataElementOutput()
    ReportItem.ResetDataElementOutput()
    ReportItem.ShouldSerializeVisibility()
    ReportItem.ResetVisibility()
    ReportItem.Left
    ReportItem.Top
    ReportItem.Name
    ReportItem.ActionInfo
    ReportItem.Height
    ReportItem.Width
    ReportItem.ZIndex
    ReportItem.Visibility
    ReportItem.LabelLocID
    ReportItem.ToolTip
    ReportItem.DocumentMapLabel
    ReportItem.Bookmark
    ReportItem.RepeatWith
    ReportItem.CustomProperties
    ReportItem.DataElementName
    ReportItem.DataElementOutput
    ReportItem.Style
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class Image : ReportItem

    Constructors

    Image()

    Declaration
    public Image()

    Image(ReportSerializer)

    Declaration
    public Image(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    MIMEType

    Declaration
    public string MIMEType { get; set; }
    Property Value
    Type Description
    System.String

    Sizing

    Declaration
    public Sizing Sizing { get; set; }
    Property Value
    Type Description
    Sizing

    Source

    Declaration
    public Source Source { get; set; }
    Property Value
    Type Description
    Source

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved