SPHealthReportCreationData constructor
Initializes a new instance of the SPHealthReportCreationData class.
Overload list
Name | Description | |
---|---|---|
SPHealthReportCreationData() | Initializes a new instance of the SPHealthReportCreationData class. | |
SPHealthReportCreationData(String, String) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query. | |
SPHealthReportCreationData(String, String, Boolean) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query that is a stored procedure. | |
SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query that is a stored procedure with specified parameters. | |
SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, List<String>) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report, an SQL query that is a stored procedure with specified parameters, and a list of columns. |
Top
See also
Reference
SPHealthReportCreationData class