共用方式為


ExtensionParameter 類別

Represents a setting for an extension.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class ExtensionParameter
'用途
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

備註

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.

繼承階層

System. . :: . .Object
  ReportService2006..::..ExtensionParameter

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。