 | RootRenderContextHasDataSource Method |
Returns true if the specified report has the specified data source
Namespace: SanteDB.BI.RenderingAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
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 String
- The name of the data source
Return Value
BooleanTrue if the report has the data source
See Also