Click or drag to resize
DashboardObject Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The DashboardObject type exposes the following members.

Methods
  Name Description
Public method Static member BuildColumnGroups
Public method Static member BuildDataFieldsAndColumns
Generates the JSON configuration for the table data fields and columns for the given DashboardObject and DataTable
Public method BuildDependantObjectList
Rebuilds the DependantObjectList property
Public method BuildGridData
Causes the object to rebuild the Summary Data for a data grid.
Public method BuildParamString
Returns the parameter string to be used when rendering an object.
Public method BuildTreeViewData
Causes the object to rebuild the Treeview nodes for a tree view.
Public method ConvertToLetter
Converts the given column number to a letter or letters, e.g. 1 = A, 27 = AA
Public method CopyToClipboard
Copies this object to the clipboard.
Public method Static member CreateCustomClass
Public method Static member DataTableToJson
Convert the given table to a JSON string
Public method DrillDownParent
Returns a drilldown parent object based on the ID provided
Public method Static member DropDownListArray
Public method ExportToCSV
Export this dashboard object to csv
Public method ExportToCSV(DataTable, Boolean, String, CubeDataRenderer, Char)
Export this dashboard object to csv
Public method ExportToExcel
Export this dashboard object to Excel 2007 and above (XSLX)
Public method ExportToExcel(DataTable, Boolean, String, CubeDataRenderer, Char)
Export this dashboard object to Excel 2007 and above (XSLX)
Public method ExportToPDF
Export this dashboard object to PDF
Public method ExportToPDF(DataTable, ListInt32, String, CubeDataRenderer, Char)
Export this dashboard object to PDF
Public method ExportToRTF
Export this dashboard object to RTF
Public method ExportToRTF(DataTable, ListInt32, String, CubeDataRenderer, Char)
Export this dashboard object to RTF
Public method GetChartResizeScript
Gets the javascript required to resize the chart.
Public method GetColumnFormat
Public method Static member GetColumnWidth
Public method getFilterCondition
Gets a valid DataTable filter condition for a given column and value.
Public method getFilterConditionFromNameType
Gets a valid DataTable filter condition for a given column and value.
Public method GetObjectData
Public method GetObjectImageByteArray
Gets an image array of the dashboard object for the specified size.
Public method GetTelemetryMetrics
Public method GetTelemetryProperties
Public method KillThread
Kills the background thread (if any) being used to generate XMl.
Public method Static member QuotedString
Public method ReBuildSummaryData
Forces the summary data object to rebuild it's summary table.
Public method RefreshXML
Causes the object to rebuild the XML property.
Public method Static member RemoveNonPrintableCharacter
Public method ResetDataProvider
Resets the dataprovider for this object, forcing it to be rebuilt
Public method ResetSummaryDataTable
Resets the summary data table for this object, forcing it to be rebuilt
Public method UserDependantFilter
Public method WaitForDrillDownThread
Waits for any drill down threads to complete
Top
See Also