Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Updates the references with specified name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub UpdateReferences ( _
nameChanges As NameChanges _
)
'Usage
Dim instance As TablixMember
Dim nameChanges As NameChanges
instance.UpdateReferences(nameChanges)
public void UpdateReferences(
NameChanges nameChanges
)
public:
void UpdateReferences(
NameChanges^ nameChanges
)
member UpdateReferences :
nameChanges:NameChanges -> unit
public function UpdateReferences(
nameChanges : NameChanges
)
Parameters
- nameChanges
Type: Microsoft.ReportingServices.RdlObjectModel.NameChanges
The name of the changes.