ManagedDashboardInLineXML Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the XML for charts should be renderedd in line with the HTML.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool InLineXML { get; set; }
Public Property InLineXML As Boolean
Get
Set
public:
virtual property bool InLineXML {
bool get () sealed;
void set (bool value) sealed;
}
function get_InLineXML();
function set_InLineXML(value);
Property Value
Type:
BooleanTrue if the XML for charts should be renderedd in line with the HTML.
Return Value
Type:
BooleanTrue if the XML for charts should be renderedd in line with the HTML.
Remarks See Also