Search Results for

    Show / Hide Table of Contents

    Class FRRandomFieldValue

    Represents random value of field.

    Inheritance
    System.Object
    FRRandomFieldValue
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class FRRandomFieldValue

    Constructors

    FRRandomFieldValue(Object, Object)

    Initializes a new instance of the FRRandomFieldValue class.

    Declaration
    public FRRandomFieldValue(object origin, object random)
    Parameters
    Type Name Description
    System.Object origin

    The original value of field.

    System.Object random

    The random value of field.

    Properties

    Origin

    Gets or sets the original value of field.

    Declaration
    public object Origin { get; set; }
    Property Value
    Type Description
    System.Object

    Random

    Gets or sets the random value of field.

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