ComponentItemDataObject(ReportObject, ICollection<ReportObject>) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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>