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

In This Topic
    CreateReport Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateReport( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal Parent As String, _
       ByVal Overwrite As Boolean, _
       ByVal Definition() As Byte, _
       ByVal Properties() As Property, _
       ByRef Warnings() As Warning _
    ) As ServerInfoHeader
    public ServerInfoHeader CreateReport( 
       BatchHeader BatchHeader,
       string Report,
       string Parent,
       bool Overwrite,
       byte[] Definition,
       Property[] Properties,
       out Warning[] Warnings
    )

    Parameters

    BatchHeader
    Report
    Parent
    Overwrite
    Definition
    Properties
    Warnings
    See Also