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

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

    Parameters

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

    Return Value

    See Also