Search
ReportOptions.CustomPreviewIcons Property
See Also
 





Gets or sets the images to display in the built-in Print Preview form.

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

 Syntax

C#  Copy Code

public ImageList CustomPreviewIcons { get; set; }

Visual Basic  Copy Code

Public Property CustomPreviewIcons As ImageList

 Property Value

An ImageList with the custom icons.

 See Also