FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / GetSchedulePropertiesResponse Class / GetSchedulePropertiesResponse Constructor / GetSchedulePropertiesResponse Constructor(ServerInfoHeader,Schedule)

In This Topic
    GetSchedulePropertiesResponse Constructor(ServerInfoHeader,Schedule)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Schedule As Schedule _
    )
    public GetSchedulePropertiesResponse( 
       ServerInfoHeader ServerInfoHeader,
       Schedule Schedule
    )

    Parameters

    ServerInfoHeader
    Schedule
    See Also