ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCell Class / AutoMergeMode Property

In This Topic
    AutoMergeMode Property (TablixCell)
    In This Topic
    Gets a mode to merge the adjacent cells (text boxes) in a row group with the same value.
    Syntax
    'Declaration
     
    Public Property AutoMergeMode As MergePolicy
    public MergePolicy AutoMergeMode {get; set;}

    Property Value

    A MergePolicy value indicating the auto merging policy.
    See Also