Class PropertyInputButtonActionSaveAs
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a Save As export button action.
public class PropertyInputButtonActionSaveAs : PropertyInputButtonActionBase
- Inheritance
-
PropertyInputButtonActionSaveAs
- Inherited Members
Constructors
PropertyInputButtonActionSaveAs(PropertyInputButtonActionBase)
Creates a save-as action based on an existing base action.
public PropertyInputButtonActionSaveAs(PropertyInputButtonActionBase item)
Parameters
itemPropertyInputButtonActionBaseExisting base action.
Properties
Filename
Gets or sets the target filename.
public string Filename { get; set; }
Property Value
Format
Gets or sets the export format.
public string Format { get; set; }
Property Value
ShowDialog
Gets or sets whether to show a dialog.
public string ShowDialog { get; set; }