Databases Reference
In-Depth Information
C#
public ExtensionParameter[] ValidateExtensionSettings(string Extension ,
ParameterValueOrFieldReference[] ParameterValues );
VB.NET
Public Function ValidateExtensionSettings (ByVal Extension As String, ByVal
ParameterValues As ParameterValueOrFieldReference()) Values As ExtensionParameter()
Public Properties
The Reporting Services Web service proxy class contains several properties that are used to control
how Reporting Services handles various requests. These properties and a description of their impact on
Reporting Services are discussed.
BatchHeaderValue
This value is used to group multimethod operations against the Reporting Services Web service.
C#
public BatchHeader BatchHeaderValue { get; set; }
VB.NET
Public Property BatchHeaderValue() As BatchHeader
ItemNamespaceHeaderValue
This value is used to retrieve properties for a specific item by setting either the ID or the name of the
property in the ItemNamespaceHeader.
C#
public ItemNamespaceHeader ItenNamespaceHeaderValue { get; set; }
VB.NET
Public Property ItemNamespaceHeaderValue() As ItemNamespaceHeader
ServerInfoHeaderValue
This property contains server-related information such as the edition of Reporting Services and the ver-
sion information.
C#
public ServerInfoHeader ServerInfoHeaderValue { get; set; }
VB.NET
Public Property ServerInfoHeaderValue() As ServerInfoHeader
Search WWH ::




Custom Search