SSRSReportPrecisionDesignNode.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 to 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 to the specified SSRSReportDesignNode object in XML format.
Remarks
This method only updates the cross-reference XML that is stored on the specified SSRSReportDesignNode object. It does not update the cross-reference system.