ReportingService2005.GenerateModel(String, String, String, Property[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a default model on top of a shared data source.
public:
cli::array <ReportService2005::Warning ^> ^ GenerateModel(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <ReportService2005::Property ^> ^ Properties);
public ReportService2005.Warning[] GenerateModel (string DataSource, string Model, string Parent, ReportService2005.Property[] Properties);
member this.GenerateModel : string * string * string * ReportService2005.Property[] -> ReportService2005.Warning[]
Public Function GenerateModel (DataSource As String, Model As String, Parent As String, Properties As Property()) As Warning()
Parameters
- DataSource
- String
The path to a shared data source on the server from which to generate the model.
- Model
- String
The name of the model to create.
- Parent
- String
Full name of the folder under which to add the new model.
- Properties
- Property[]
XML that defines properties to set on the model and values to set them to.
The top-level element is Properties.
Returns
An array of Warning objects that describe any warnings that may have occurred during the generation of the model. The top-level element is Warning
.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | ReadProperties on DataSource AND CreateModel on Parent |
The report server sets the IsGenerated
property on the generated model when GenerateModel is called.
Models are generated using the credentials specified in the shared data source. As a result, two different users can generate different models from the same data source. Note that when a shared data source is configured to store credentials in the report server, GenerateModel always impersonates the user whose credentials are stored, even if the shared data source is configured to impersonate the currently authenticated user.
When the model is created, the default model item security is applied to the nodes in the model.
When the model definition is generated, custom properties stored in the model definition are propagated as custom properties on the model item in the folder namespace, and new custom property values overwrite existing custom property values.