Cargando...
Buscando...
Nada coincide
Referencia de la clase sage.ew.reports.BaseReportPathabstract

Clase abstracta BaseReportPath. Más...

Diagrama de herencia de sage.ew.reports.BaseReportPath
sage.ew.reports.ReportEtiquetaPath sage.ew.reports.ReportImpresoraPath sage.ew.reports.ReportPagarePath sage.ew.reports.ReportPath sage.ew.reports.ReportPersonalizadoPath sage.ew.reports.ReportDinamicoPath sage.ew.reports.ReportModuloEtiquetaPath sage.ew.reports.ReportModuloPath

Métodos públicos

virtual String _CreateNewReport (String tcReportFile, Report.TipoVerticalHorizontal toTipoVerticalHorizontal)
 Crea un nuevo report a partir de un template.
 
virtual bool _PersonalizarFichero ()
 Indica si se ha de crear un nuevo fichero para la personalización.
 
virtual string _GetPathFicheroPersonalizado ()
 Devuel la ruta del fichero a personalizar.
 
virtual string _GetPathBase (String tcReportBaseFile="")
 Devuel la ruta del fichero base.
 
virtual bool _Delete ()
 Elimna el fichero.
 

Métodos protegidos

virtual bool _CanDelete ()
 Indica si e puede eliminar el fichero.
 

Atributos protegidos

String _cPathFolder = String.Empty
 Path del fichero .report.
 
String _cPathServer = String.Empty
 Path del servidor.
 
String _cReportFile = String.Empty
 Nombre del fichero.
 
String _cUsuario = ""
 Indica el usuario.
 

Atributos estáticos protegidos

const string ReportTemplate = "template.template"
 Indica el path de las personalizaciones de ls reports.
 
const string ReportTemplateHorizontal = "template_horizontal.template"
 Indica el path de las personalizaciones de ls reports.
 

Propiedades

String _Usuario [get, set]
 PE-87316 Gets o set del usuario.
 
String _BaseReportStoredPath [get]
 Get del path base.
 
String _IniPamReportStoredPath [get]
 Get del path personalizado.
 
String _PathFolder [get, set]
 Get que retornará el path de la carpeta del report.
 
virtual String _PathFile [get, set]
 Gets el path completo del fichero (.report)
 
virtual String _ReportFile [get, set]
 Gets o sets el path del fichero .report.
 
Boolean _ReadOnly [get]
 
String _PathServer [get, set]
 Gets el path del servidor del fichero (.report)
 

Descripción detallada

Clase abstracta BaseReportPath.

Definición en la línea 1121 del archivo BaseReportPath.cs.

Documentación de funciones miembro

◆ _CanDelete()

virtual bool sage.ew.reports.BaseReportPath._CanDelete ( )
inlineprotectedvirtual

Indica si e puede eliminar el fichero.

Devuelve

Reimplementado en sage.ew.reports.ReportPersonalizadoPath.

Definición en la línea 1339 del archivo BaseReportPath.cs.

◆ _CreateNewReport()

virtual String sage.ew.reports.BaseReportPath._CreateNewReport ( String tcReportFile,
Report.TipoVerticalHorizontal toTipoVerticalHorizontal )
inlinevirtual

Crea un nuevo report a partir de un template.

Parámetros
tcReportFileNombre del report
toTipoVerticalHorizontalTipo de template
Devuelve
Path temporal del report creado

Reimplementado en sage.ew.reports.ReportModuloEtiquetaPath y sage.ew.reports.ReportModuloPath.

Definición en la línea 1266 del archivo BaseReportPath.cs.

◆ _Delete()

virtual bool sage.ew.reports.BaseReportPath._Delete ( )
inlinevirtual

Elimna el fichero.

Devuelve

Definición en la línea 1348 del archivo BaseReportPath.cs.

◆ _GetPathBase()

virtual string sage.ew.reports.BaseReportPath._GetPathBase ( String tcReportBaseFile = "")
inlinevirtual

Devuel la ruta del fichero base.

Devuelve

Definición en la línea 1330 del archivo BaseReportPath.cs.

◆ _GetPathFicheroPersonalizado()

virtual string sage.ew.reports.BaseReportPath._GetPathFicheroPersonalizado ( )
inlinevirtual

Devuel la ruta del fichero a personalizar.

Devuelve

Reimplementado en sage.ew.reports.ReportPagarePath y sage.ew.reports.ReportPersonalizadoPath.

Definición en la línea 1321 del archivo BaseReportPath.cs.

◆ _PersonalizarFichero()

virtual bool sage.ew.reports.BaseReportPath._PersonalizarFichero ( )
inlinevirtual

Indica si se ha de crear un nuevo fichero para la personalización.

Devuelve

Reimplementado en sage.ew.reports.ReportPagarePath y sage.ew.reports.ReportPersonalizadoPath.

Definición en la línea 1312 del archivo BaseReportPath.cs.

Documentación de campos

◆ _cPathFolder

String sage.ew.reports.BaseReportPath._cPathFolder = String.Empty
protected

Path del fichero .report.

Definición en la línea 1127 del archivo BaseReportPath.cs.

◆ _cPathServer

String sage.ew.reports.BaseReportPath._cPathServer = String.Empty
protected

Path del servidor.

Definición en la línea 1131 del archivo BaseReportPath.cs.

◆ _cReportFile

String sage.ew.reports.BaseReportPath._cReportFile = String.Empty
protected

Nombre del fichero.

Definición en la línea 1135 del archivo BaseReportPath.cs.

◆ _cUsuario

String sage.ew.reports.BaseReportPath._cUsuario = ""
protected

Indica el usuario.

Definición en la línea 1150 del archivo BaseReportPath.cs.

◆ ReportTemplate

const string sage.ew.reports.BaseReportPath.ReportTemplate = "template.template"
staticprotected

Indica el path de las personalizaciones de ls reports.

Definición en la línea 1140 del archivo BaseReportPath.cs.

◆ ReportTemplateHorizontal

const string sage.ew.reports.BaseReportPath.ReportTemplateHorizontal = "template_horizontal.template"
staticprotected

Indica el path de las personalizaciones de ls reports.

Definición en la línea 1145 del archivo BaseReportPath.cs.

Documentación de propiedades

◆ _BaseReportStoredPath

String sage.ew.reports.BaseReportPath._BaseReportStoredPath
getabstract

Get del path base.

String

Definición en la línea 1172 del archivo BaseReportPath.cs.

◆ _IniPamReportStoredPath

String sage.ew.reports.BaseReportPath._IniPamReportStoredPath
getabstract

Get del path personalizado.

String

Definición en la línea 1181 del archivo BaseReportPath.cs.

◆ _PathFile

virtual String sage.ew.reports.BaseReportPath._PathFile
getset

Gets el path completo del fichero (.report)

Definición en la línea 1199 del archivo BaseReportPath.cs.

◆ _PathFolder

String sage.ew.reports.BaseReportPath._PathFolder
getsetabstract

Get que retornará el path de la carpeta del report.

String

Definición en la línea 1190 del archivo BaseReportPath.cs.

◆ _PathServer

String sage.ew.reports.BaseReportPath._PathServer
getset

Gets el path del servidor del fichero (.report)

Definición en la línea 1248 del archivo BaseReportPath.cs.

◆ _ReadOnly

Boolean sage.ew.reports.BaseReportPath._ReadOnly
get

Gets o sets si el report es base y no se puede modificar

Boolean

Definición en la línea 1232 del archivo BaseReportPath.cs.

◆ _ReportFile

virtual String sage.ew.reports.BaseReportPath._ReportFile
getset

Gets o sets el path del fichero .report.

Path del fichero .report

Definición en la línea 1215 del archivo BaseReportPath.cs.

◆ _Usuario

String sage.ew.reports.BaseReportPath._Usuario
getset

PE-87316 Gets o set del usuario.

String

Definición en la línea 1156 del archivo BaseReportPath.cs.


La documentación de esta clase está generada del siguiente archivo: