Example #1
0
 public ReportMetadata(string name, string developerName, ID id, List <GroupingInfo> groupingsAcross, List <GroupingInfo> groupingsDown, List <string> aggregates, List <BucketField> buckets, List <string> detailColumns, string reportBooleanFilter, List <ReportFilter> reportFilters, List <string> historicalSnapshotDates, ReportFormat reportFormat, ReportType reportType, string currencyCode, string scope, string division, List <SortColumn> sortBy, StandardDateFilter standardDateFilter, bool hasDetailRows, bool hasRecordCount, List <StandardFilter> standardFilters, string description, bool showSubtotals, bool showGrandTotal, TopRows topRows, Map <string, ReportCsf> customSummaryFormula, List <CrossFilter> crossFilters)
 {
     Self = Implementation.Constructor(name, developerName, id, groupingsAcross, groupingsDown, aggregates, buckets, detailColumns, reportBooleanFilter, reportFilters, historicalSnapshotDates, reportFormat, reportType, currencyCode, scope, division, sortBy, standardDateFilter, hasDetailRows, hasRecordCount, standardFilters, description, showSubtotals, showGrandTotal, topRows, customSummaryFormula, crossFilters);
 }
Example #2
0
 public void setReportType(ReportType reportType)
 {
     throw new global::System.NotImplementedException("ReportMetadata.SetReportType");
 }
Example #3
0
 public void setReportType(ReportType reportType)
 {
     Self.setReportType(reportType);
 }