Class Group
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class Group : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, ILayoutElementContainer, IStackLayoutContainer, ISupportsInitialize
Properties
GroupFooter
GroupHeader
GroupKeepTogether
Internal use only
Declaration
public GroupKeepTogether GroupKeepTogether { get; }
Property Value
|
GroupKeepTogether
|
Name
Internal use only
Declaration
public override string Name { get; }
Property Value
|
System.String
|
Overrides
Methods
Dispose(Boolean)
Internal use only
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
|
Overrides
ToString()
Internal use only
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
|
System.Collections.Generic.IEnumerable<LayoutElement>
|