 | IBiReportFormatProvider Interface |
Represents a view renderer which can render a particular view given a particular context
Namespace:
SanteDB.BI.Services
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic interface IBiReportFormatProvider
Public Interface IBiReportFormatProvider
public interface class IBiReportFormatProvider
type IBiReportFormatProvider = interface end
The IBiReportFormatProvider type exposes the following members.
Methods
| Name | Description |
---|
 | Render |
Render the specified report according to the format
|
Top
See Also