Class Prompt
Inheritance
System.Object
Prompt
Namespace: FastReport.Olap.Utils
Assembly: FastReport.Olap.dll
Syntax
public static class Prompt
Methods
Error(String)
Declaration
public static void Error(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
InputBox(String, String, ref String)
Declaration
public static DialogResult InputBox(string title, string promptText, ref string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | promptText | |
System.String | value |
Returns
Type | Description |
---|---|
System.Windows.Forms.DialogResult |