CompiledParagraphInstanceCollection.ICollection<ICompiledParagraphInstance>.Remove Method

Definition

 virtual bool System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove(Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ item) = System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>::Remove;
bool ICollection<ICompiledParagraphInstance>.Remove (Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance item);
abstract member System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> bool
override this.System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> bool
Function Remove (item As ICompiledParagraphInstance) As Boolean Implements ICollection(Of ICompiledParagraphInstance).Remove

Parameters

item
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance

Returns

Implements

Applies to