MapIndependentRenderHTML Property |
|
DataPA OpenAnalytics API Reference
Gets the HTML required to render the map in an independent browser
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string IndependentRenderHTML { get; }
Public ReadOnly Property IndependentRenderHTML As String
Get
public:
virtual property String^ IndependentRenderHTML {
String^ get () sealed;
}
function get_IndependentRenderHTML();
Return Value
Type:
StringA string containing the HTML required to render the map in an independent browser
Implements
Map_MapIndependentRenderHTMLSee Also