Class Group
Inheritance
System.Object
Group
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
Constructors
Group()
Declaration
Group(ReportSerializer)
Declaration
public Group(ReportSerializer serializer)
Parameters
Properties
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementOutput
Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
DocumentMapLabel
Declaration
public string DocumentMapLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentMapLabelLocID
Declaration
public string DocumentMapLabelLocID { get; set; }
Property Value
Type |
Description |
System.String |
|
DomainScope
Declaration
public string DomainScope { get; set; }
Property Value
Type |
Description |
System.String |
|
Filters
Declaration
public Filters Filters { get; set; }
Property Value
GroupExpressions
Declaration
public GroupExpressions GroupExpressions { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PageBreak
Declaration
public PageBreak PageBreak { get; set; }
Property Value
PageName
Declaration
public string PageName { get; set; }
Property Value
Type |
Description |
System.String |
|
Parent
Declaration
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
Variables
Declaration
public Variables Variables { get; set; }
Property Value
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
ResetDataElementOutput()
Declaration
public void ResetDataElementOutput()
ResetFilters()
Declaration
public void ResetFilters()
ResetGroupExpressions()
Declaration
public void ResetGroupExpressions()
ResetPageBreak()
Declaration
public void ResetPageBreak()
ResetVariables()
Declaration
public void ResetVariables()
ShouldSerializeDataElementOutput()
Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeFilters()
Declaration
public bool ShouldSerializeFilters()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeGroupExpressions()
Declaration
public bool ShouldSerializeGroupExpressions()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePageBreak()
Declaration
public bool ShouldSerializePageBreak()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVariables()
Declaration
public bool ShouldSerializeVariables()
Returns
Type |
Description |
System.Boolean |
|