CompiledParagraphInstanceCollection.ICollection<ICompiledParagraphInstance>.Add Method
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.
virtual void System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Add(Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ item) = System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>::Add;
void ICollection<ICompiledParagraphInstance>.Add (Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance item);
abstract member System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Add : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> unit
override this.System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Add : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> unit
Sub Add (item As ICompiledParagraphInstance) Implements ICollection(Of ICompiledParagraphInstance).Add
Parameters
- item
- Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance