  | 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
Syntaxpublic bool HasDataSource(
	string name
)
Public Function HasDataSource ( 
	name As String
) As Boolean
public:
bool HasDataSource(
	String^ name
)
member HasDataSource : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The name of the data source 
Return Value
Type: 
BooleanTrue if the report has the data source
See Also