Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PredefinedReportsUpdater.AddPredefinedReport Method

Name Parameters Description
AddPredefinedReport(IReportDataV2) reportData Adds the specified predefined report to the PredefinedReportsUpdater instance.
AddPredefinedReport<T>(String, Type, Boolean) displayName, dataType, isInplaceReport Adds the specified predefined report to the PredefinedReportsUpdater instance.
AddPredefinedReport<T>(String, Type, Type, Boolean) displayName, dataType, parametersObjectType, isInplaceReport Adds the specified predefined report to the PredefinedReportsUpdater instance.
AddPredefinedReport<T>(String, Type, Type) displayName, dataType, parametersObjectType Adds the specified predefined report to the PredefinedReportsUpdater instance.
AddPredefinedReport<T>(String, Type) displayName, dataType Adds the specified predefined report to the PredefinedReportsUpdater instance.
AddPredefinedReport<T>(String) displayName Adds the specified predefined report to the PredefinedReportsUpdater instance.