共用方式為


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