Gets html.split_pages property from properties file; SplitPages property should be used instead, this method is a static method intended for use before a ReportHtml object is instantiated.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
<ObsoleteAttribute("There is no global value for this now.")>
Public Shared ReadOnly Property SplitPagesStatic As Boolean | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim value As Boolean
 
value = ReportHtml.SplitPagesStatic  | 
 
| C# |   | 
|---|
[Obsolete("There is no global value for this now.")]
public static bool SplitPagesStatic {get;} | 
 
| Managed Extensions for C++ |   | 
|---|
[Obsolete("There is no global value for this now.")]
public: __property static bool get_SplitPagesStatic(); | 
 
| C++/CLI |   | 
|---|
[Obsolete("There is no global value for this now.")]
public:
static property bool SplitPagesStatic {
   bool get();
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also