Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a name change using the specified entry type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub Add ( _
type As NameChanges.EntryType, _
oldName As String, _
newName As String _
)
'Usage
Dim instance As NameChanges
Dim type As NameChanges.EntryType
Dim oldName As String
Dim newName As String
instance.Add(type, oldName, newName)
public void Add(
NameChanges.EntryType type,
string oldName,
string newName
)
public:
void Add(
NameChanges.EntryType type,
String^ oldName,
String^ newName
)
member Add :
type:NameChanges.EntryType *
oldName:string *
newName:string -> unit
public function Add(
type : NameChanges.EntryType,
oldName : String,
newName : String
)
Parameters
- type
Type: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Type: System.String
The old name of the object.
- newName
Type: System.String
The new name of the object.