Specifies the file or object on which to execute the specified verb.

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

Syntax

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

Remarks

To specify a Shell namespace object, pass the fully qualified parse name. Note that not all verbs are supported on all objects. For example, not all document types support the "print" verb.

See Also