ReportingService2006.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 drillthrough reports associated with an entity in a model.
public:
cli::array <ReportService2006::ModelDrillthroughReport ^> ^ ListModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID);
public ReportService2006.ModelDrillthroughReport[] ListModelDrillthroughReports (string Model, string ModelItemID);
member this.ListModelDrillthroughReports : string * string -> ReportService2006.ModelDrillthroughReport[]
Public Function ListModelDrillthroughReports (Model As String, ModelItemID As String) As ModelDrillthroughReport()
Parameters
- Model
- String
The fully qualified URL of the model including the file name and .smdl file name extension.
- ModelItemID
- String
The ID of an entity in the model for which to list drillthrough reports.
Returns
An array of ModelDrillthroughReport objects.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.OpenItems> |
This method returns only the model drillthrough reports for which the user has “Read Properties” permission.