Class Group
Inheritance
System.Object
Group
Assembly: BoldReports.UWP.dll
Syntax
public class Group : Object
Constructors
Group()
Declaration
Properties
BreakLocation
Declaration
public BreakLocation BreakLocation { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.BreakLocation |
|
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentMapLabel
Declaration
public string DocumentMapLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
DomainScope
Declaration
public string DomainScope { get; set; }
Property Value
Type |
Description |
System.String |
|
Filters
Declaration
public List<Filter> Filters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Filter> |
|
GroupExpressions
Declaration
public List<string> GroupExpressions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parent
Declaration
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|