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 to use for the pointer cap.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CapImage As CapImage
Get
'Usage
Dim instance As PointerCap
Dim value As CapImage
value = instance.CapImage
public CapImage CapImage { get; }
public:
property CapImage^ CapImage {
CapImage^ get ();
}
member CapImage : CapImage
function get CapImage () : CapImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CapImage
A CapImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace