Sdílet prostřednictvím


TablixMember.UpdateReferences Method

This API supports the infrastructure and is not intended to be used directly from your code.

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
)