[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.StaticMember

StaticMember Class

Defines the data label to display for a static series or static category member.

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

Constructors

Name Description
StaticMember()

Initializes a new instance of the StaticMember class.

Properties

Name Description
Label

Gets or sets the label for the static member (displayed either on the category axis or in the legend, as appropriate).

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the StaticMember object.

Extension Methods