ModelDrillthroughReport.Type Property

Gets or sets the type model drill-through report - single or multiple-instance - to which the user is directed when following a click-through.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property Type As DrillthroughType
public DrillthroughType Type { get; set; }
public:
property DrillthroughType Type {
    DrillthroughType get ();
    void set (DrillthroughType value);
}
/** @property */
public DrillthroughType get_Type ()

/** @property */
public void set_Type (DrillthroughType value)
public function get Type () : DrillthroughType

public function set Type (value : DrillthroughType)

Property Value

A DrillthroughType enumerator value.

Remarks

Valid values are SingleInstance or MultipleInstance.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

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

See Also

Reference

ModelDrillthroughReport Class
ModelDrillthroughReport Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace