次の方法で共有


DrillthroughType Enumeration

ドリルスルー レポートの種類を指定します。

名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration DrillthroughType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum DrillthroughType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum class DrillthroughType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public enum DrillthroughType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public enum DrillthroughType

メンバ

メンバ名 説明
Detail ドリルスルー アイテムは、詳細レポートです。詳細レポートには、エンティティの単一のインスタンスが表示されます。
List ドリルスルー アイテムは、リスト レポートです。リスト レポートには、エンティティの複数のインスタンスの一覧が表示されます。

解説

DrillthroughType

列挙子は、ドリルスルー レポートの種類を指定するために、ModelDrillthroughReport クラスで使用されます。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace