Gets or sets the name of the file associated with the current ActionHandlerFile. If empty, a file dialog will be shown to the user when the current action handler is invoked.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string FileName { get; set; }
Visual Basic
Public Property FileName As String
	Get
	Set

See Also