[]
        
(Showing Draft Content)

C1.ImportServices.ReportingService4.ReportingService2005SoapClient.SetReportHistoryLimitAsync

SetReportHistoryLimitAsync Method

SetReportHistoryLimitAsync(BatchHeader, string, bool, int)

Declaration
public void SetReportHistoryLimitAsync(BatchHeader BatchHeader, string Report, bool UseSystem, int HistoryLimit)
Public Sub SetReportHistoryLimitAsync(BatchHeader As BatchHeader, Report As String, UseSystem As Boolean, HistoryLimit As Integer)
Parameters
Type Name Description
BatchHeader BatchHeader
string Report
bool UseSystem
int HistoryLimit

SetReportHistoryLimitAsync(BatchHeader, string, bool, int, object)

Declaration
public void SetReportHistoryLimitAsync(BatchHeader BatchHeader, string Report, bool UseSystem, int HistoryLimit, object userState)
Public Sub SetReportHistoryLimitAsync(BatchHeader As BatchHeader, Report As String, UseSystem As Boolean, HistoryLimit As Integer, userState As Object)
Parameters
Type Name Description
BatchHeader BatchHeader
string Report
bool UseSystem
int HistoryLimit
object userState