ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.SetReportHistoryLimit C# (CSharp) Method

SetReportHistoryLimit() private method

private SetReportHistoryLimit ( string Report, bool UseSystem, int HistoryLimit ) : void
Report string
UseSystem bool
HistoryLimit int
return void
        public void SetReportHistoryLimit(string Report, bool UseSystem, int HistoryLimit) {
            this.Invoke("SetReportHistoryLimit", new object[] {
                        Report,
                        UseSystem,
                        HistoryLimit});
        }
        
ReportingService2005