NetCharts Server .NET Toolkit

DefaultPageCreator.getDefaultDrillDownPage Method

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.

Overload List

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownPage(ServerGeneratedImage);

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.

public string getDefaultDrillDownPage(ServerGeneratedImage,string);

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.

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

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.

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

See Also

DefaultPageCreator Class | NetChartsServer Namespace