FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / SetSchedulePropertiesRequest Class / SetSchedulePropertiesRequest Constructor / SetSchedulePropertiesRequest Constructor(BatchHeader,String,String,ScheduleDefinition)

In This Topic
    SetSchedulePropertiesRequest Constructor(BatchHeader,String,String,ScheduleDefinition)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal ScheduleID As String, _
       ByVal ScheduleDefinition As ScheduleDefinition _
    )
    public SetSchedulePropertiesRequest( 
       BatchHeader BatchHeader,
       string Name,
       string ScheduleID,
       ScheduleDefinition ScheduleDefinition
    )

    Parameters

    BatchHeader
    Name
    ScheduleID
    ScheduleDefinition
    See Also