[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.PageCell

PageCell Class

Represents the page cell.

Inheritance
PageCell
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class PageCell : IDisposable, IComparable

Constructors

Name Description
PageCell()

Initializes an instance of class PageCell.

Properties

Name Description
Align

Gets or sets the alignment of the cell.

Attributes

Gets or sets the attributes of the parent table of the cells.

Bounds

Gets the bounds of the cell.

ColSpan

Gets or sets the column span of the cell.

Height

Gets or sets the height of the cell.

Padding

Gets or sets the padding of the cell.

Page

Gets the parent page of this cell.

RowSpan

Gets or sets the row span of the cell.

Site

Gets the cell site.

TagName

Gets the tag of the cell.

VAlign

Gets or sets the vertical alignment of the cell.

Width

Gets or sets the width of the cell.

Methods

Name Description
Clone()

Performs a cloning of this instance.

Delete(DeviceInfo)

Deletes a cell from the parent row.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

SetResource(Page)

Sets resource from existing page.

SetResource(DrawCanvas)

Sets resource from canvas.

SplitHorizontally(DeviceInfo, int)

Splits cells horizontally.

SplitVertically(DeviceInfo, int)

Splits cells vertically.

ToString()

Returns a string that represents the current object.

Events

Name Description
PropertyChanged

An event that occurs when a property is changed.