ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Add Method / Add(SectionType,String) Method
GrapeCity.ActiveReports.Extensibility.Layout.ILayoutSection.SectionType (in GrapeCity.ActiveReports.Core.Rendering.dll) of the new section.
Name of the new section, must be unique within the report.

In This Topic
    Add(SectionType,String) Method
    In This Topic
    Adds the specified GrapeCity.ActiveReports.Extensibility.Layout.
    ILayoutSection.SectionType (in GrapeCity.ActiveReports.Core.Rendering.dll) to the SectionCollection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal type As SectionType, _
       ByVal name As String _
    ) As Section
    public Section Add( 
       SectionType type,
       string name
    )

    Parameters

    type
    GrapeCity.ActiveReports.Extensibility.Layout.ILayoutSection.SectionType (in GrapeCity.ActiveReports.Core.Rendering.dll) of the new section.
    name
    Name of the new section, must be unique within the report.
    See Also