Skip to main content
All docs
V26.1
  • ReportModifyBehavior(Type) Constructor

    Initializes a new instance of the ReportModifyBehavior class with specified settings.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

    Assembly: DevExpress.AIIntegration.WinForms.Reporting.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    public ReportModifyBehavior(
        Type behaviorSourceType
    )

    Parameters

    Name Type Description
    behaviorSourceType Type

    The type of the target control to which the behavior is attached.

    See Also