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

In This Topic
    SetRoleProperties Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetRoleProperties( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal Description As String, _
       ByVal Tasks() As Task _
    ) As ServerInfoHeader
    public ServerInfoHeader SetRoleProperties( 
       BatchHeader BatchHeader,
       string Name,
       string Description,
       Task[] Tasks
    )

    Parameters

    BatchHeader
    Name
    Description
    Tasks
    See Also