We do not yet have a code sample for this language.
public Warning[] CreateReport ( String Report, String Parent, boolean Overwrite, byte[] Definition, Property[] Properties )
The name of the new report.
The full path name of the parent folder to which to add the report.
A Boolean expression that indicates whether an existing report with the same name in the location specified should be overwritten.
The report definition to publish to the report server.
An array of Property objects that contains the property names and values to set for the report.
If errors occur, the report is not created.
Adding a report to the report server database modifies the ModifiedBy and ModifiedDate properties of the parent folder.
To compile this code example, you must reference the Reporting Services WSDL and import certain namespaces. For more information, see Compiling and Running Code Examples. The following code example publishes a report in the form of a Report Definition Language (RDL) file to a report server database: