Gets or sets the class name of the export options dialog form.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public string OptionsDialogClassName { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property OptionsDialogClassName As String
	Get
	Set

See Also