ReportingService2010.SetItemReferences(String, ItemReference[]) 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.
public:
void SetItemReferences(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::ItemReference ^> ^ ItemReferences);
public void SetItemReferences (string ItemPath, Microsoft.SqlServer.ReportingServices2010.ItemReference[] ItemReferences);
member this.SetItemReferences : string * Microsoft.SqlServer.ReportingServices2010.ItemReference[] -> unit
Public Sub SetItemReferences (ItemPath As String, ItemReferences As ItemReference())
Parameters
- ItemPath
- String
- ItemReferences
- ItemReference[]