Search Results for

    Show / Hide Table of Contents

    Class GearItem

    Inheritance
    System.Object
    GearItem
    Namespace: FastReport.Service
    Assembly: FastReport.Service.dll
    Syntax
    [DataContract]
    public class GearItem

    Properties

    Extension

    Declaration
    [DataMember]
    public string Extension { get; set; }
    Property Value
    Type Description
    System.String

    MimeType

    Declaration
    [DataMember]
    public string MimeType { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Properties

    Declaration
    [DataMember]
    public Dictionary<string, string> Properties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    Back to top © 1998-2025 Copyright Fast Reports Inc.