Table of Contents

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

item PropertyInputButtonActionBase

Existing base action.

Properties

Filename

Gets or sets the target filename.

public string Filename { get; set; }

Property Value

string

Format

Gets or sets the export format.

public string Format { get; set; }

Property Value

string

ShowDialog

Gets or sets whether to show a dialog.

public string ShowDialog { get; set; }

Property Value

string