PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSGridImpressao

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("1D6B65E0-568F-45CF-BF3F-30577AD5C686")]
    public interface IStdBSGridImpressao

    Methods

    Imprimir(String, Boolean, Boolean)

    Declaration
    void Imprimir(string NomeDocumento, bool MostraConfig = false, bool RegistosSeleccionados = false)
    Parameters
    Type Name Description
    System.String NomeDocumento
    System.Boolean MostraConfig
    System.Boolean RegistosSeleccionados

    PreverImpressao(AxHost, String, Boolean)

    Declaration
    void PreverImpressao(AxHost ControloPrevisao, string NomeDocumento, bool RegistosSeleccionados = false)
    Parameters
    Type Name Description
    System.Windows.Forms.AxHost ControloPrevisao
    System.String NomeDocumento
    System.Boolean RegistosSeleccionados