Lenguaje

NameChanges.GetNewName(NameChanges+EntryType, String) Método

Definición

Obtiene el nuevo nombre del objeto.

public:
 System::String ^ GetNewName(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName);
public string GetNewName(Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName);
member this.GetNewName : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string -> string
Public Function GetNewName (type As NameChanges.EntryType, oldName As String) As String

Parámetros

type
NameChanges.EntryType

El tipo de entrada del nombre cambió.

oldName
String

El antiguo nombre del objeto.

Devoluciones

El nuevo nombre del objeto.

Se aplica a