public void AddRelatedReport( string relateName, string relateTitle, string insertSectionName, CIMReportDataSource reportDataSource, CIMReportElementFieldProperties[] statProperties, string templatePath, string styling )
Public Sub AddRelatedReport( _ ByVal relateName As String, _ ByVal relateTitle As String, _ ByVal insertSectionName As String, _ ByVal reportDataSource As CIMReportDataSource, _ ByVal statProperties() As CIMReportElementFieldProperties, _ ByVal templatePath As String, _ ByVal styling As String _ )
Parameters
- relateName
- The name of the relationship.
- relateTitle
- The user provided name of the related report section.
- insertSectionName
- The report section name to insert relate report.
- reportDataSource
- Object defining data source, fields, and definition query for the report.
- statProperties
- An array CIMReportElementFieldProperties that includes the statatistics that will be used in the footer sections.
- templatePath
- The path to the report template.
- styling
- The name of the report styling.