Gets or sets the title of the preview window displayed by the Preview method.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public string PreviewWindowTitle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PreviewWindowTitle As String |
A string value specifying the title of the Preview window.
See Also