NetCharts Server .NET Toolkit

DefaultPageCreator.getDefaultDrillDownImage Method

Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.

Overload List

Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownImage(ServerGeneratedImage);

Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownImage(ServerGeneratedImage,string);

Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownImage(ServerGeneratedImage,string,bool,string,string);

Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownImage(ServerGeneratedImage,string,bool,string,string,string);

See Also

DefaultPageCreator Class | NetChartsServer Namespace