ReportingService2005.ListModelDrillthroughReports(String, String) 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.
Lists drill-through reports associated with an entity in a model.
public:
cli::array <ReportService2005::ModelDrillthroughReport ^> ^ ListModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID);
public ReportService2005.ModelDrillthroughReport[] ListModelDrillthroughReports (string Model, string ModelItemID);
member this.ListModelDrillthroughReports : string * string -> ReportService2005.ModelDrillthroughReport[]
Public Function ListModelDrillthroughReports (Model As String, ModelItemID As String) As ModelDrillthroughReport()
Parameters
- Model
- String
Full name of the model in the namespace.
- ModelItemID
- String
The ID of an entity model item in the model for which to list model drill-through reports.
Returns
An array of ModelDrillthroughReport objects.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | ReadContent |
This method returns only the model drill-through reports on which the user has Read Properties
permission.