ReportingService2005.SetModelDrillthroughReports 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.
public:
void SetModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID, cli::array <Microsoft::SqlServer::ReportingServices2005::ModelDrillthroughReport ^> ^ Reports);
public void SetModelDrillthroughReports (string Model, string ModelItemID, Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[] Reports);
member this.SetModelDrillthroughReports : string * string * Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[] -> unit
Public Sub SetModelDrillthroughReports (Model As String, ModelItemID As String, Reports As ModelDrillthroughReport())
Parameters
- Model
- String
- ModelItemID
- String
- Reports
- ModelDrillthroughReport[]