CodeCharge Studio All C#.NET VB.NET

Groups Run-Time Property (.NET)

Applies to

Report Form

Syntax

C#.NET

public virtual Groups Groups{get;}

VB.NET

Public ReadOnly Property Groups() As NameValueCollection

Description

Gets the collections of report groups. The collection contains a key-value pairs, where key is a group name and value is a grouping field name.

Examples

C#.NET

Report1.Groups.Add("Users","user_id");

VB.NET

Report1.Groups.Add("Users","user_id")


On-line, printable versions and updates