[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Title

Title Class

The Title element defines a title for the chart or for an axis.

Inheritance
Title
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class Title : IValidateable

Constructors

Name Description
Title()

Initializes a new instance of the Title class.

Properties

Name Description
Caption

Gets or sets the caption of the title.

Position

Gets or sets the position of the title.

Style

Gets or sets the text, border and background style properties for the title.

Vertical

Specifies whether the title should be vertical.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the Title object.

Extension Methods