[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.Validate

Validate Method

Validate(ValidationContext)

Validates the current state of the EmbeddedStyleSheet object.

Declaration
public ValidationEntry[] Validate(ValidationContext context)
Parameters
Type Name Description
ValidationContext context

A ValidationContext object representing the context details during validation.

Returns
Type Description
ValidationEntry[]

An array of ValidationEntry objects representing the information about the validation warnings or failures.

Implements
Exceptions
Type Condition
ArgumentNullException

Throws if context is null.