NameChanges.Add Method

Definition

Adds a name change.

Overloads

Add(INamedObject, String)

Adds a name change using the specified named object and new name.

Add(NameChanges+EntryType, String, String)

Adds a name change using the specified entry type.

Add(INamedObject, String)

Adds a name change using the specified named object and new name.

public:
 void Add(Microsoft::ReportingServices::RdlObjectModel::INamedObject ^ namedObj, System::String ^ newName);
public void Add (Microsoft.ReportingServices.RdlObjectModel.INamedObject namedObj, string newName);
member this.Add : Microsoft.ReportingServices.RdlObjectModel.INamedObject * string -> unit
Public Sub Add (namedObj As INamedObject, newName As String)

Parameters

namedObj
INamedObject

The named object.

newName
String

The new name of the object.

Applies to

Add(NameChanges+EntryType, String, String)

Adds a name change using the specified entry type.

public:
 void Add(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName, System::String ^ newName);
public void Add (Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName, string newName);
member this.Add : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string * string -> unit
Public Sub Add (type As NameChanges.EntryType, oldName As String, newName As String)

Parameters

type
NameChanges.EntryType

The entry type of the name change.

oldName
String

The old name of the object.

newName
String

The new name of the object.

Applies to