Windward Engine API Reference
SplitPagesStatic Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : SplitPagesStatic Property




Glossary Item Box

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) 
Public Shared ReadOnly Property SplitPagesStatic As Boolean
Visual Basic (Usage)Copy Code
Dim value As Boolean
 
value = ReportHtml.SplitPagesStatic
C# 
public static bool SplitPagesStatic {get;}
Managed Extensions for C++ 
public: __property static bool get_SplitPagesStatic();
C++/CLI 
public:
static property bool SplitPagesStatic {
   bool get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.