Click or drag to resize
DashboardLoaderCopyWithoutData Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Copies a dashboard from one stream to another, removing the source data

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void CopyWithoutData(
	Stream strIn,
	Stream strOut
)

Parameters

strIn
Type: System.IOStream
The stream to copy the dashboard from
strOut
Type: System.IOStream
The stream to copy the dashboard to
Remarks