Search Results for

    Show / Hide Table of Contents

    Class ToolbarElementImage

    The image that will be displayed in the toolbar

    Inheritance
    System.Object
    ToolbarElementImage
    Namespace: FastReport.Web.Toolbar
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public class ToolbarElementImage

    Properties

    Base64

    Toolbar element image in Base64 format

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

    Url

    Link to the image of the toolbar element

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.