ActionInfoWithDynamicImageMap.ImageMapAreaInstances 属性

Gets the instance objects for this report definition object.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ImageMapAreaInstances As ImageMapAreaInstanceCollection
    Get
用法
Dim instance As ActionInfoWithDynamicImageMap
Dim value As ImageMapAreaInstanceCollection

value = instance.ImageMapAreaInstances
public ImageMapAreaInstanceCollection ImageMapAreaInstances { get; }
public:
property ImageMapAreaInstanceCollection^ ImageMapAreaInstances {
    ImageMapAreaInstanceCollection^ get ();
}
member ImageMapAreaInstances : ImageMapAreaInstanceCollection
function get ImageMapAreaInstances () : ImageMapAreaInstanceCollection