Extension.ExtensionType Property
The ExtensionTypeEnum enumeration. Read-only.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.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
A read-only ExtensionTypeEnum value.
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.RSManagementService2005 Namespace