Can't get "Start New Page" working

Stimulsoft Reports.NET discussion
Post Reply
casic
Posts: 68
Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany

Can't get "Start New Page" working

Post by casic »

Hi there!

I created a small sample report to check out the "Start New Page" property (using NWIND.mdb). Unfortunately, the report doesn't work as expected: it seems, that the "Start New Page" property (set in the footer) works only once. Please have a look at this issue.

Thank you very much,

Markus

Code: Select all


  
    
      
        Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Programme\Stimulsoft\StimulReport.Net\Bin\NWIND.MDB;Persist Security Info=False
        Verbindung
      
    
    
      
        Customers
        
          CustomerID,System.String
          CompanyName,System.String
          ContactName,System.String
          ContactTitle,System.String
          Address,System.String
          City,System.String
          Region,System.String
          PostalCode,System.String
          Country,System.String
          Phone,System.String
          Fax,System.String
        
        30
        Verbindung
        
        Customers
        
        SELECT * FROM Customers
      
      
        Orders
        
          OrderID,System.Int32
          CustomerID,System.String
          EmployeeID,System.Int32
          OrderDate,System.DateTime
          RequiredDate,System.DateTime
          ShippedDate,System.DateTime
          ShipVia,System.Int32
          Freight,System.Decimal
          ShipName,System.String
          ShipAddress,System.String
          ShipCity,System.String
          ShipRegion,System.String
          ShipPostalCode,System.String
          ShipCountry,System.String
        
        30
        Verbindung
        
        Orders
        
        SELECT * FROM Orders
      
    
    
      
        Customers2Orders
        
          CustomerID
        
        
        
        Customers2Orders
        
          CustomerID
        
        
        Beziehung
      
    
    
    
  
  
  
    
      None;Black;2;Solid;False;4;Black
      Transparent
      
        
          Transparent
          0,0.4,19,0.8
          
            
              Transparent
              0,0,3.2,0.8
              
              Arial,8
              0,0,0,0
              Text3
              
              
              Header 1
              Black
              
            
          
          
          Top
          HeaderBand1
          
          
          False
        
        
          Transparent
          0,2,19,0.8
          
            
              Transparent
              0,0,16.2,0.8
              
              Arial,18,Bold
              0,0,0,0
              Text1
              
              
              {Customers.CompanyName}
              Black
              
            
          
          
          
          Customers
          Top
          
          DataBand1
          
          
          
        
        
          Transparent
          0,3.6,19,0.8
          
            
              Transparent
              0,0,3.2,0.8
              
              Arial,8
              0,0,0,0
              Text6
              
              
              Footer 1
              Black
              
            
          
          
          Top
          FooterBand2
          
          
        
        
          Transparent
          0,5.2,19,0.8
          
            
              Transparent
              0,0,3.2,0.8
              
              Arial,8
              0,0,0,0
              Text4
              
              
              Header 2
              Black
              
            
          
          
          Top
          HeaderBand2
          
          
          False
        
        
          Transparent
          0,6.8,19,0.8
          
            
              Transparent
              2.2,0,2.4,0.8
              
              Arial,8
              0,0,0,0
              Text2
              
              
              {Orders.OrderID}
              Black
              
            
          
          
          Beziehung
          Orders
          Top
          
          
          DataBand2
          
          
          
        
        
          Transparent
          0,8.4,19,0.8
          
            
              Transparent
              0,0,3.2,0.8
              
              Arial,8
              0,0,0,0
              Text5
              
              
              Footer 2
              Black
              
            
          
          
          Top
          FooterBand1
          
          
          True
        
      
      
      1,1,1,1
      Page1
      
      29.7
      21
      
      
        Arial,100
        [50:0:0:0]
      
    
  
  
  
    System.Dll
    System.Drawing.Dll
    System.Windows.Forms.Dll
    System.Data.Dll
    System.Xml.Dll
    Stimulsoft.Controls.Dll
    Stimulsoft.Base.Dll
    Stimulsoft.Report.Dll
  
  Report
  1/19/2007 1:40:31 PM
  1/19/2007 1:04:51 PM
  78f8fb8b36274b959cd89e4d802c012e
  Report
  Centimeters
  2006.4
  using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.ReportControls;
using Stimulsoft.Report.Components;

namespace Reports
{
    
    public class Report : Stimulsoft.Report.StiReport
    {
        
        public Report()
        {
            this.InitializeComponent();
        }
        #region StiReport Designer generated code - do not modify#endregion StiReport Designer generated code - do not modify
    }
}
  CSharp
  
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Can't get "Start New Page" working

Post by Edward »

Ok, now we will check this.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Can't get "Start New Page" working

Post by Vital »

Fixed. Will be available in prereliase build from Jan, 22.

Thank you.
Post Reply