Search
ReportOptions.CustomPreviewTexts Property
See Also
 





Returns a dictionary with the custom texts to use in the built-in Print Preview form.

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

 Syntax

C#  Copy Code

public Dictionary<PreviewTextKey, string> CustomPreviewTexts { get; }

Visual Basic  Copy Code

Public ReadOnly Property CustomPreviewTexts As Dictionary(Of PreviewTextKey, String)

 Property Value

A Dictionary with the custom texts.

 See Also