Search Results for

    Show / Hide Table of Contents

    Class ReportItem

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

    Properties

    Description

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

    ID

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

    Name

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

    Parameters

    Declaration
    [DataMember]
    public Dictionary<string, string> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Path

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