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




Glossary Item Box

How the generated report will be cropped. This is not supported by all report types. This is presently only supported by ProcessImage and ProcessTxt. Future support will be printer, PostScript, and page-based HTML.

Syntax

Visual Basic (Declaration) 
Public Property RenderExtent As Report.RENDER_EXTENT
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.RENDER_EXTENT
 
instance.RenderExtent = value
 
value = instance.RenderExtent
C# 
public Report.RENDER_EXTENT RenderExtent {get; set;}
Managed Extensions for C++ 
public: __property Report.RENDER_EXTENT get_RenderExtent();
public: __property void set_RenderExtent( 
   Report.RENDER_EXTENT value
);
C++/CLI 
public:
property Report.RENDER_EXTENT RenderExtent {
   Report.RENDER_EXTENT get();
   void set (    Report.RENDER_EXTENT value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software