When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property SplitPages As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ReportHtml
Dim value As Boolean
instance.SplitPages = value
value = instance.SplitPages |
| C# | |
|---|
public bool SplitPages {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_SplitPages();
public: __property void set_SplitPages(
bool value
); |
| C++/CLI | |
|---|
public:
property bool SplitPages {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also