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 named object and new name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub Add ( _
namedObj As INamedObject, _
newName As String _
)
'Usage
Dim instance As NameChanges
Dim namedObj As INamedObject
Dim newName As String
instance.Add(namedObj, newName)
public void Add(
INamedObject namedObj,
string newName
)
public:
void Add(
INamedObject^ namedObj,
String^ newName
)
member Add :
namedObj:INamedObject *
newName:string -> unit
public function Add(
namedObj : INamedObject,
newName : String
)
Parameters
- namedObj
Type: Microsoft.ReportingServices.RdlObjectModel.INamedObject
The named object.
- newName
Type: System.String
The new name of the object.