Method | Description | |
---|---|---|
Dataset_Reports_ItemViewer ( ) : System |
Constructor for a new instance of the Dataset_Reports_ItemViewer class
|
|
Perform_PreDisplay_Work ( Custom_Tracer Tracer ) : void |
This provides an opportunity for the viewer to perform any pre-display work which is necessary before entering any of the rendering portions This ensures the dataset has been read into memory/cache for rendering |
|
Write_Main_Viewer_Section ( |
Gets the collection of special behaviors which this item viewer requests from the main HTML subwriter. Stream to which to write the HTML for this subwriter
|
public Dataset_Reports_ItemViewer ( ) : System | ||
return | System |
public Perform_PreDisplay_Work ( Custom_Tracer Tracer ) : void | ||
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Write_Main_Viewer_Section ( |
||
Output | Response stream for the item viewer to write directly to | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |