ExtensionParameter Class
Represents a setting for an extension.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Usage
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter = class end
public class ExtensionParameter
Remarks
An ExtensionParameter object is returned as output by the GetExtensionSettings and ValidateExtensionSettings(String, array<ParameterValueOrFieldReference[]) methods.
When ExtensionParameter objects are returned by the GetExtensionSettings method, the default settings and values are returned. When ExtensionParameter objects are returned by the ValidateExtensionSettings(String, array<ParameterValueOrFieldReference[]) method, the Error property will contain a description of errors that occurred while validating the setting.
Inheritance Hierarchy
System.Object
ReportService2006.ExtensionParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.