Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the image maps and associated actions for this ImageInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ActionInfoWithDynamicImageMapAreas As ActionInfoWithDynamicImageMapCollection
Get
'Usage
Dim instance As ImageInstance
Dim value As ActionInfoWithDynamicImageMapCollection
value = instance.ActionInfoWithDynamicImageMapAreas
public abstract ActionInfoWithDynamicImageMapCollection ActionInfoWithDynamicImageMapAreas { get; }
public:
virtual property ActionInfoWithDynamicImageMapCollection^ ActionInfoWithDynamicImageMapAreas {
ActionInfoWithDynamicImageMapCollection^ get () abstract;
}
abstract ActionInfoWithDynamicImageMapAreas : ActionInfoWithDynamicImageMapCollection
abstract function get ActionInfoWithDynamicImageMapAreas () : ActionInfoWithDynamicImageMapCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
An ActionInfoWithDynamicImageMapCollection that contains the image maps and associated actions for this ImageInstance.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace