FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / SetScheduleProperties Method

In This Topic
    SetScheduleProperties Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetScheduleProperties( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal ScheduleID As String, _
       ByVal ScheduleDefinition As ScheduleDefinition _
    ) As ServerInfoHeader
    public ServerInfoHeader SetScheduleProperties( 
       BatchHeader BatchHeader,
       string Name,
       string ScheduleID,
       ScheduleDefinition ScheduleDefinition
    )

    Parameters

    BatchHeader
    Name
    ScheduleID
    ScheduleDefinition
    See Also