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.
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);
DefaultPageCreator Class | NetChartsServer Namespace