Exemplo n.º 1
0
        public ReportModuleOrdemProducaoCost()
        {
            ReportParameter = new MP.Reporting.Core.ReportParameter(MODULE);

            ReportParameter.AddStiVariables("DataInicial", typeof(DateTime));
            ReportParameter.AddStiVariables("DataFinal", typeof(DateTime));
        }
Exemplo n.º 2
0
        public ReportModuleCertificado()
        {
            ReportParameter = new MP.Reporting.Core.ReportParameter(MODULE);

            ReportParameter.AddStiVariables("IdsResultados", typeof(string));
        }
Exemplo n.º 3
0
        public ReportModuleProduction()
        {
            ReportParameter = new MP.Reporting.Core.ReportParameter(MODULE);

            ReportParameter.AddStiVariables("IdOP", typeof(int));
        }