Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.8 KB

File metadata and controls

35 lines (32 loc) · 2.8 KB
title Model methods - report server web service
description Learn about these methods that you can use to manage models in the Report Server Web Service.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5

Model methods - report server web service

You can use these methods to manage models.

Method Action
xref:ReportService2010.ReportingService2010.GenerateModel%2A Generates a default model on top of a shared data source.
xref:ReportService2010.ReportingService2010.GetModelItemPermissions%2A Retrieves the user permissions that are associated with the model item.
xref:ReportService2010.ReportingService2010.GetModelItemPolicies%2A Retrieves the policies that are associated with a model item.
xref:ReportService2010.ReportingService2010.GetUserModel%2A Returns the semantic piece of a model for the current user.
xref:ReportService2010.ReportingService2010.InheritModelItemParentSecurity%2A Deletes the policies that are associated with a model item and causes the model item to inherit the policies from its parent.
xref:ReportService2010.ReportingService2010.ListModelDrillthroughReports%2A Lists drillthrough reports that are associated with an entity in a model.
xref:ReportService2010.ReportingService2010.ListModelItemChildren%2A Returns an array of model item child elements.
xref:ReportService2010.ReportingService2010.ListModelItemTypes%2A Returns a list of supported model item types.
xref:ReportService2010.ReportingService2010.ListModelPerspectives%2A Lists models and perspectives that are available to the user.
xref:ReportService2010.ReportingService2010.RegenerateModel%2A Updates an existing model based on changes to the data source schema.
xref:ReportService2010.ReportingService2010.RemoveAllModelItemPolicies%2A Deletes all policies that are associated with model items in the specified model.
xref:ReportService2010.ReportingService2010.SetModelDrillthroughReports%2A Associates a set of drillthrough reports together with a model.
xref:ReportService2010.ReportingService2010.SetModelItemPolicies%2A Sets security policies on a model item.

Related content