New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Attributes
Data
InnerElements
Margin
sb
sb
sb
Telerik.Web.UI.GridExcelBuilder.PageFooterElement
Used to add a footer to the exported page. Visible in Print mode only.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.GridExcelBuilder.Abstract.ElementBase : IElement
- Telerik.Web.UI.GridExcelBuilder.PageFooterElement
Properties
Attributes IAttributesCollection
Collection of the attributes of the current element
Data String
Represents the footer's contents. Visible in Print mode only.
InnerElements IElementsCollection
Collection of inner elements
Margin Double
Defines the margin between the footer element and the page. Applies in Print mode only.
Methods
AppendAttributes
Appends the attirbutes to the output
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void
Render
Renders the element
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void
RenderChildElements
Renders the child elements
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void