NetCharts Server .NET Toolkit

DefaultPageCreator.getDrillDownImage 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. The URL of the calling page is used 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. The URL of the calling page is used within the source attribute of the <img> tag.

public string getDrillDownImage(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. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownImage(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. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownImage(ServerGeneratedImage,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. The imageSource parameter is used within the source attribute of the <img> tag.

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

See Also

DefaultPageCreator Class | NetChartsServer Namespace