Click or drag to resize

RootRenderContextHasDataSource Method

Returns true if the specified report has the specified data source

Namespace: SanteDB.BI.Rendering
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public bool HasDataSource(
	string name
)

Parameters

name  String
The name of the data source

Return Value

Boolean
True if the report has the data source
See Also