Click or drag to resize
DashboardLoader Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Provides methods to re-create saved ManagedDashboard objects
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardLoader

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardLoader : _DashboardLoader, 
	ISerializable

The DashboardLoader type exposes the following members.

Constructors
  NameDescription
Public methodDashboardLoader
Initializes a new instance of the DashboardLoader class
Top
Methods
  NameDescription
Public methodCopyWithoutData
Copies a dashboard from one stream to another, removing the source data
Public methodGetObjectData
Public methodLoadFromArray
Function to return a ManagedDashboard object from a byte array.
Public methodLoadFromFile
Function to return a saved ManagedDashboard object from an OS file.
Public methodLoadFromFileDataLocation
Function to return a saved ManagedDashboard object from an OS file based on a data location.
Public methodLoadFromStream
Function to load a managed dashboard from a stream
Top
Fields
Properties
  NameDescription
Public propertyDashboardStyle
Gets and sets the style that will be applied to the loaded dashboard
Public propertyDebugInfo
Returns debug text.
Public propertyLoadCubeData
Gets and sets a property to indicate whether cube data should be loaded with this object
Public propertyLoadGridLayout
Gets and sets a property to indicate whether grid layout XML data should be loaded with this object
Public propertyLoadPartialSummaryData
Gets and sets a property to indicate whether partial summary data should be loaded with this object
Public propertyLoadSourceData
Gets and sets a value that indicates whether the source data for queries should be loaded.
Public propertyLoadSummaryData
Gets and sets a property to indicate whether summary data should be loaded with this object
Public propertyMemoryStream
Public propertyMemoryStreamByte
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyStoreSourceData
Gets and sets a property that indicates if the source data should be stored on disk when opened without data
Top
Remarks