SSRSReportDesignNode.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 the specified SSRSReportDesignNode object.
public:
virtual void setCrossReferences(System::String ^ _crossReferences);
public virtual void setCrossReferences (string _crossReferences);
abstract member setCrossReferences : string -> unit
override this.setCrossReferences : string -> unit
Public Overridable Sub setCrossReferences (_crossReferences As String)
Parameters
- _crossReferences
- String
The cross-references by the specified SSRSReportDesignNode object 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.