Search
ReportQueryStyleEventArgs.Style Property
See Also
 





Gets or sets the Style to use for the processed cell.

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

 Syntax

C#  Copy Code

public Style Style { get; set; }

Visual Basic  Copy Code

Public Property Style As Style

 Property Value

An instance of the Style class to use for the cell being processed or null (Nothing in Visual Basic) to use the default style.

 See Also