Represents a SQL Report FixedPage class.
            
Object Model
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Class SqlReportPage 
   Inherits FixedPage  | 
 
| Delphi |   | 
|---|
public class SqlReportPage = class(FixedPage)  | 
 
| JScript |   | 
|---|
public class SqlReportPage extends FixedPage  | 
 
| Managed Extensions for C++ |   | 
|---|
public __gc class SqlReportPage : public FixedPage   | 
 
| C++/CLI |   | 
|---|
public ref class SqlReportPage : public FixedPage   | 
 
 
            
            
            
            
            
            
            
            
Inheritance Hierarchy
System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               System.Windows.Controls.Canvas
                  Intersoft.Client.Documents.FixedPage
                     Intersoft.Client.Documents.SqlReportPage
 
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also