The following tables list the members exposed by XmlDataSourceImpl.
Name | Description | |
---|---|---|
XmlDataSourceImpl Constructor | Overloaded. |
Name | Description | |
---|---|---|
Datasource | Return the underlying datasource provider. This always returns a DataSourceProvider object but as that is non-CLS and an interface method cannot be declared internal, we play this game. (Inherited from net.windward.api.csharp.DataSourceImplBase) | |
InternalParameters | For internal Windward use only. Do not call! This makes a copy and assigns the copy to the datasource. Therefore it overwrites any shared set of variables. Only use this in AutoTag when using a datasource outside the context of running a report. (Inherited from net.windward.api.csharp.DataSourceImplBase) | |
ParamMode | The parameter substitution mode. (Inherited from net.windward.api.csharp.DataSourceImplBase) |
Name | Description | |
---|---|---|
Close | Called when processing is complete. Used to close any resources opened by this object. (Inherited from net.windward.api.csharp.DataSourceImplBase) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from net.windward.api.csharp.DataSourceImplBase) | |
SetNamespaces | Explicitly set the namespaces for this datasource. This will remove all the default namespaces (if any) and/or namespaces previously explicitly set. |