Search
ReportOptions.AlternativeStyle Property
See Also
 





Gets or sets the default style for alternative rows.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public Style AlternativeStyle { get; set; }

Visual Basic  Copy Code

Public Property AlternativeStyle As Style

 Property Value

An instance of the Style class specifying the default appearance of alternative cells in the report.

 See Also