Extension.ExtensionType Property
The extension type (ExtensionTypeEnum enumerator). Read-only.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)
Syntax
'Declaration
Public Property ExtensionType As ExtensionTypeEnum
public ExtensionTypeEnum ExtensionType { get; set; }
public:
property ExtensionTypeEnum ExtensionType {
ExtensionTypeEnum get ();
void set (ExtensionTypeEnum value);
}
/** @property */
public ExtensionTypeEnum get_ExtensionType ()
/** @property */
public void set_ExtensionType (ExtensionTypeEnum value)
public function get ExtensionType () : ExtensionTypeEnum
public function set ExtensionType (value : ExtensionTypeEnum)
Property Value
An ExtensionType object.
Remarks
The ExtensionType property does not return the ExtensionTypeEnum value All.
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
Extension Class
Extension Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace