Search Results for

    Show / Hide Table of Contents

    Class CloudStorageClientForm

    Represents form of Dropbox storage client.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    BaseForm
    BaseDialogForm
    CloudStorageClientForm
    BoxStorageClientForm
    FastCloudStorageClientForm
    FtpStorageClientForm
    GoogleDriveStorageClientForm
    S3ClientForm
    Inherited Members
    BaseDialogForm.btnOk
    BaseDialogForm.btnCancel
    BaseForm.NewDpi
    BaseForm.Storage
    BaseForm.CanSaveRestoreState
    BaseForm.DpiChanged
    BaseForm.GetImage(Int32)
    BaseForm.GetImage(String)
    BaseForm.GetImages()
    BaseForm.SaveState()
    BaseForm.RestoreState()
    BaseForm.OnFormClosed(FormClosedEventArgs)
    BaseForm.OnLoad(EventArgs)
    BaseForm.WndProc(Message)
    BaseForm.UpdateDpiDependencies()
    Namespace: FastReport.Cloud.StorageClient
    Assembly: FastReport.dll
    Syntax
    public class CloudStorageClientForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    CloudStorageClientForm()

    Initializes a new instance of the CloudStorageClientForm class.

    Declaration
    public CloudStorageClientForm()

    CloudStorageClientForm(Report)

    Initializes a new instance of the CloudStorageClientForm class.

    Declaration
    public CloudStorageClientForm(Report report)
    Parameters
    Type Name Description
    Report report

    The report template.

    Fields

    buttonSettings

    Buttons Settings.

    Declaration
    protected Button buttonSettings
    Field Value
    Type Description
    System.Windows.Forms.Button

    cbFileType

    ComboBox File Type.

    Declaration
    protected ComboBox cbFileType
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    labelColon

    Label Colon.

    Declaration
    protected Label labelColon
    Field Value
    Type Description
    System.Windows.Forms.Label

    labelFileType

    Label File Type.

    Declaration
    protected Label labelFileType
    Field Value
    Type Description
    System.Windows.Forms.Label

    labelPassword

    Label Password.

    Declaration
    protected Label labelPassword
    Field Value
    Type Description
    System.Windows.Forms.Label

    labelServer

    Label Server.

    Declaration
    protected Label labelServer
    Field Value
    Type Description
    System.Windows.Forms.Label

    labelUsername

    Label Username.

    Declaration
    protected Label labelUsername
    Field Value
    Type Description
    System.Windows.Forms.Label

    pageControl1

    PageControl.

    Declaration
    protected PageControl pageControl1
    Field Value
    Type Description
    PageControl

    pgFile

    Page File.

    Declaration
    protected PageControlPage pgFile
    Field Value
    Type Description
    PageControlPage

    pgProxy

    Page Proxy.

    Declaration
    protected PageControlPage pgProxy
    Field Value
    Type Description
    PageControlPage

    tbPassword

    TextBox Password.

    Declaration
    protected TextBox tbPassword
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    tbPort

    TextBox Port.

    Declaration
    protected TextBox tbPort
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    tbServer

    TextBox Server.

    Declaration
    protected TextBox tbServer
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    tbUsername

    TextBox Username.

    Declaration
    protected TextBox tbUsername
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    Properties

    Exports

    Gets or sets the list of exports.

    Declaration
    public List<ExportBase> Exports { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ExportBase>

    Report

    Gets or sets the report template.

    Declaration
    public Report Report { get; set; }
    Property Value
    Type Description
    Report

    Methods

    btnOk_Click(Object, EventArgs)

    Click event handler for button OK.

    Declaration
    protected virtual void btnOk_Click(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    Event sender.

    System.EventArgs e

    Event args.

    buttonSettings_Click(Object, EventArgs)

    Click event handler for Button Settings.

    Declaration
    protected void buttonSettings_Click(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    Event sender.

    System.EventArgs e

    Event args.

    cbFileType_SelectedIndexChanged(Object, EventArgs)

    SelectedIndexChanged event handler for ComboBox File Type.

    Declaration
    protected void cbFileType_SelectedIndexChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    Event sender.

    System.EventArgs e

    Event args.

    CloudStorageClientForm_FormClosing(Object, FormClosingEventArgs)

    FormClosing event handler for CloudStorageClientForm.

    Declaration
    protected void CloudStorageClientForm_FormClosing(object sender, FormClosingEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    Event sender.

    System.Windows.Forms.FormClosingEventArgs e

    Event args.

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    BaseDialogForm.Dispose(Boolean)

    Done()

    Finishes the form work.

    Declaration
    protected virtual bool Done()
    Returns
    Type Description
    System.Boolean

    Returns true if work has been successfully finished, otherwise false.

    GetProxySettings()

    Gets the proxy settings.

    Declaration
    protected CloudProxySettings GetProxySettings()
    Returns
    Type Description
    CloudProxySettings

    The proxy settings.

    Init()

    Initializes the component.

    Declaration
    protected virtual void Init()

    InitExports()

    Initializes the list of exports.

    Declaration
    protected void InitExports()

    IsNumeric(String)

    Checks is the string numeric.

    Declaration
    protected bool IsNumeric(string str)
    Parameters
    Type Name Description
    System.String str

    The checking string.

    Returns
    Type Description
    System.Boolean

    True if string is numeric, otherwise false.

    Localize()

    Localizes the dialog controls.

    Declaration
    public override void Localize()
    Overrides
    BaseDialogForm.Localize()
    Remarks

    Use this method to set control's captions specific to the current locale.

    ShowDialog()

    Shows a dialog window.

    Declaration
    public DialogResult ShowDialog()
    Returns
    Type Description
    System.Windows.Forms.DialogResult

    Modal result.

    Extension Methods

    UIUtils.DrawImageAndText(Control, DrawItemEventArgs, Image, String)
    UIUtils.DrawVisualStyleBorder(Control, Graphics, Rectangle)
    UIUtils.Dpi(Control)
    UIUtils.DpiMultiplier(Control)
    UIUtils.FontDpiMultiplier(Control)
    UIUtils.LogicalToDevice(Control, Int32)
    UIUtils.LogicalToDevice(Control, Single)
    UIUtils.LogicalToDevice(Control, Rectangle)
    UIUtils.LogicalToDevice(Control, Point)
    UIUtils.LogicalToDevice(Control, Size)
    UIUtils.LogicalToDevice(Control, Font, Boolean)
    UIUtils.GetImage(Control, Int32)
    UIUtils.GetImage(Control, String)
    UIUtils.GetImages(Control)
    Back to top © 1998-2025 Copyright Fast Reports Inc.