'Deklaration
Function PrepareExport( _ ByVal reportTemplateId As String, _ Optional ByVal exportProfileId As String _ ) As PreparedReport
PreparedReport PrepareExport( string reportTemplateId, string exportProfileId )
PreparedReport^ PrepareExport( String^ reportTemplateId, String^ exportProfileId )
Parameter
- reportTemplateId
ID der Berichtsvorlage, von dem ein Bericht erstellt werden soll. Siehe auch combit.ReportServer.ClientApi.Objects.ReportTemplate.Id.
- exportProfileId
ID des zu verwendenden Export- oder Druckprofiles. Wenn nicht angegeben, wird combit.ReportServer.ClientApi.Objects.ReportTemplate.DefaultExportProfileId verwendet. (Optional).