ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / IsZeroSpan Property

In This Topic
    IsZeroSpan Property (TablixMember)
    In This Topic
    Gets or sets a value indicating whether the member should have zero span during layout.
    Syntax
    'Declaration
     
    Public Property IsZeroSpan As Boolean
    public bool IsZeroSpan {get; set;}

    Property Value

    A System.Boolean value indicating whether the member should have zero span during layout.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also