ComponentItemDataObject(ReportObject, ICollection<ReportObject>) Construtor

Definição

public:
 ComponentItemDataObject(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rootObject, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ dependencies);
public ComponentItemDataObject (Microsoft.ReportingServices.RdlObjectModel.ReportObject rootObject, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> dependencies);
new Microsoft.ReportDesigner.ComponentItemDataObject : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> Microsoft.ReportDesigner.ComponentItemDataObject
Public Sub New (rootObject As ReportObject, dependencies As ICollection(Of ReportObject))

Parâmetros

rootObject
ReportObject
dependencies
ICollection<ReportObject>

Aplica-se a