DashboardLoaderCopyWithoutData Method |
|
DataPA OpenAnalytics API Reference
Copies a dashboard from one stream to another, removing the source data
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void CopyWithoutData(
Stream strIn,
Stream strOut
)
Public Sub CopyWithoutData (
strIn As Stream,
strOut As Stream
)
public:
virtual void CopyWithoutData(
Stream^ strIn,
Stream^ strOut
) sealed
function CopyWithoutData(strIn, 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 See Also