ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Visibility Class / Validate Method

In This Topic
    Validate Method (Visibility)
    In This Topic

    Gets or sets the name of the textbox used to hide or reveal the report item.

    Syntax
    'Declaration
     
    Public Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public ValidationEntry[] Validate( 
       ValidationContext context
    )

    Parameters

    context
    See Also