Search Results for

    Show / Hide Table of Contents

    Class ReportBatchProperty

    A single property name/value pair to assign to a target report object as part of a batch operation.

    Inheritance
    object
    ReportBatchProperty
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Design
    Assembly: Reportman.Reporting.Design.dll
    Syntax
    public class ReportBatchProperty

    Constructors

    View Source

    ReportBatchProperty()

    Declaration
    public ReportBatchProperty()

    Properties

    View Source

    PropertyName

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    object
    • View Source
    In this article
    Back to top Generated by DocFX