ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.GenerateModelAsync C# (CSharp) Method

GenerateModelAsync() public method

public GenerateModelAsync ( string DataSource, string Model, string Parent, Property Properties ) : void
DataSource string
Model string
Parent string
Properties Property
return void
        public void GenerateModelAsync(string DataSource, string Model, string Parent, Property[] Properties) {
            this.GenerateModelAsync(DataSource, Model, Parent, Properties, null);
        }
        

Same methods

ReportingService2005::GenerateModelAsync ( string DataSource, string Model, string Parent, Property Properties, object userState ) : void
ReportingService2005