Search
ReportOptions.UseCustomPreviewIcons Property
See Also
 





Gets or sets a value indicating whether to use the images specified through the CustomPreviewIcons property.

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

 Syntax

C#  Copy Code

public bool UseCustomPreviewIcons { get; set; }

Visual Basic  Copy Code

Public Property UseCustomPreviewIcons As Boolean

 Property Value

true to use the custom icons; false to use the built-in icons.

 See Also