ServerGeneratedPage | Overloaded. Initializes a new instance of the ServerGeneratedPage class. |
AltText | The alternate text of the image. |
ChartFile | The chart file used as the template of the ServerGeneratedImage. |
EncodingScheme | The encoding scheme of the image data. |
HTML | The HTML of the generated page. |
Image | The encoded image data. |
MIMEType | The mime type of the encoded image. |
UniqueID | The unique ID of the ServerGeneratedPage. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
getHTMLFragment | Returns the HTML of the generated page without the bounding <html> and <body> tags. |
GetType (inherited from Object) | Gets the Type of the current instance. |
loadPage | Initializes the ServerGeneratedPage from a serialized version. |
savePage | Serializes the ServerGeneratedPage into XML form. |
setImageSourceTag | Modifies the src attribute of the <img> HTML tag in the generated page. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
LogFlag (inherited from Loggable) | Whether logging should occur during processing. |
LogLocation (inherited from Loggable) | The file where log messages should be written to. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
init (inherited from Loggable) | Initializes logging properties. |
logMessage (inherited from Loggable) | Logs a messaged if logging is enabled. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ServerGeneratedPage Class | NetChartsServer Namespace