Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Describes the type of extension that is registered with the report server.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Enumeration ExtensionTypeEnum
'Usage
Dim instance As ExtensionTypeEnum
public enum ExtensionTypeEnum
public enum class ExtensionTypeEnum
type ExtensionTypeEnum
public enum ExtensionTypeEnum
Members
| Member name | Description | |
|---|---|---|
| All | Describes all extension types. | |
| Data | Describes a data processing extension type. | |
| Delivery | Describes a delivery extension type. | |
| Render | Describes a rendering extension type. |
Remarks
Use the ExtensionTypeEnum enumeration with the ExtensionType property of the Extension class.
ExtensionTypeEnum is passed as input to the ListExtensions method to indicate the type of extension that the method returns as output.