DrillthroughType Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the type of drillthrough report.

Syntax

'Declaration
Public Enumeration DrillthroughType
public enum DrillthroughType
public enum class DrillthroughType
public enum DrillthroughType
public enum DrillthroughType

Members

Member name Description
Detail The drill-through item is a detail report. A detail report shows a single instance of an entity.
List The drill-through item is a list report. A list report shows a list of multiple instances of the entity.

Remarks

The DrillthroughType

enumerator is used with the ModelDrillthroughReport class to specify the type of the drill-through report.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace