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