ComponentItemDataObject(ReportObject, ICollection<ReportObject>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- rootObject
- ReportObject
- dependencies
- ICollection<ReportObject>