SSRSReportAutoDesignNode.setCrossReferences(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the cross-references by using the specified SSRSReportDesignNode object.
public:
override void setCrossReferences(System::String ^ _crossReferences);
public override void setCrossReferences (string _crossReferences);
override this.setCrossReferences : string -> unit
Public Overrides Sub setCrossReferences (_crossReferences As String)
Parameters
- _crossReferences
- String
The cross-references in XML format.
Remarks
This method only updates the cross-reference XML stored on the specified SSRSReportDesignNode object. It does not update the cross-reference system.