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.481-alpha
Syntax
public bool HasDataSource(
	string name
)

Parameters

name
Type: SystemString
The name of the data source

Return Value

Type: Boolean
True if the report has the data source
See Also