Class ListParentsResponse
Inheritance
System.Object
ListParentsResponse
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class ListParentsResponse : Object
Constructors
ListParentsResponse()
Declaration
public ListParentsResponse()
ListParentsResponse(ServerInfoHeader, CatalogItem[])
Declaration
public ListParentsResponse(ServerInfoHeader ServerInfoHeader, CatalogItem[] ListParentsResult)
Parameters
Type | Name | Description |
---|---|---|
ServerInfoHeader | ServerInfoHeader | |
CatalogItem[] | ListParentsResult |
Fields
ListParentsResult
Declaration
public CatalogItem[] ListParentsResult
Field Value
Type | Description |
---|---|
CatalogItem[] |
ServerInfoHeader
Declaration
public ServerInfoHeader ServerInfoHeader
Field Value
Type | Description |
---|---|
ServerInfoHeader |