ComponentItemDataObject(ReportObject, ICollection<ReportObject>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>