ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Validation Namespace / ValidationReportException Class / InvalidGroupingParent Method
A System.String value indicating the name of the invalid grouping parent.

In This Topic
    InvalidGroupingParent Method
    In This Topic
    Creates a new ValidationReportException indicating that the specified grouping parent is invalid.
    Syntax
    'Declaration
     
    Public Shared Function InvalidGroupingParent( _
       ByVal groupName As String _
    ) As ValidationReportException
    public static ValidationReportException InvalidGroupingParent( 
       string groupName
    )

    Parameters

    groupName
    A System.String value indicating the name of the invalid grouping parent.

    Return Value

    See Also