MapObjectCollectionItem.IMapObjectCollectionItem.SetNewContext Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets a new context for the collection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Private Sub SetNewContext Implements IMapObjectCollectionItem.SetNewContext
'Usage
Dim instance As MapObjectCollectionItem 

CType(instance, IMapObjectCollectionItem).SetNewContext()
void IMapObjectCollectionItem.SetNewContext()
private:
virtual void SetNewContext() sealed = IMapObjectCollectionItem::SetNewContext
private abstract SetNewContext : unit -> unit  
private override SetNewContext : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IMapObjectCollectionItem.SetNewContext()

See Also

Reference

MapObjectCollectionItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace