Windward Studios API Reference
RenderPages Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : RenderPages Property




Glossary Item Box

The pages that will be generated. The string is in the form "0, 4, 6-11, 15" The numbers must be increasing with no overlap. This is not supported by all report types. Set to null for all pages. Pages are 0-based. This is presently only supported by ReportImage. Future support will be printer, PostScript, text, and page-based HTML.

Syntax

Visual Basic (Declaration) 
Public Property RenderPages As String
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As String
 
instance.RenderPages = value
 
value = instance.RenderPages
C# 
public string RenderPages {get; set;}
Managed Extensions for C++ 
public: __property string* get_RenderPages();
public: __property void set_RenderPages( 
   string* value
);
C++/CLI 
public:
property String^ RenderPages {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software