NetCharts Server .NET Toolkit

DefaultPageCreator.getDrillDownPage 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 getDrillDownPage(ServerGeneratedImage);

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownPage(ServerGeneratedImage,string);

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownPage(ServerGeneratedImage,string,string);

Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. The imageSource parameter is used within the source attribute of the <img> tag.

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

See Also

DefaultPageCreator Class | NetChartsServer Namespace