Exemple #1
0
        /// <summary>
        /// Initialization of the section
        /// </summary>
        /// <param name="rp"></param>
        public Section(BaseReport rp)
            : base(rp)
        {
            FPageGroupCountList = new TotalPages();
            FStream             = new MemoryStream();
#if REPMAN_ZLIB
            FDecompStream = new MemoryStream();
#endif
            Height              = DEF_DRAWWIDTH;
            Width               = Height;
            Components          = new PrintPosItems();
            ExternalTable       = "REPMAN_REPORTS";
            ExternalField       = "REPORT";
            ExternalSearchField = "REPORT_NAME";
            ForcePrint          = false;
            dpires              = DEFAULT_DPI_BACK;
            DrawStyle           = ImageDrawStyleType.Full;
            StreamFormat        = StreamFormatType.Text;
            Width               = DEF_DRAWWIDTH;
            Height              = DEF_DRAWHEIGHT;
            ChildSubReportName  = "";
            SubReportName       = "";
            GroupName           = "";
            ChangeExpression    = "";
            BeginPageExpression = "";
            SkipToPageExpre     = "";
            SkipExpreH          = "";
            SkipExpreV          = "";
            BackExpression      = "";
            ExternalFilename    = ""; ExternalConnection = ""; ExternalTable = "";
            ExternalField       = ""; ExternalSearchField = ""; ExternalSearchValue = "";
        }
Exemple #2
0
 public PrintItemPosEnumerator(PrintPosItems t)
 {
     this.t = t;
 }