Propriedade TopImage
Image to display over the top of the gauge.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TopImage As TopImage
Get
'Uso
Dim instance As Gauge
Dim value As TopImage
value = instance.TopImage
public TopImage TopImage { get; }
public:
property TopImage^ TopImage {
TopImage^ get ();
}
member TopImage : TopImage
function get TopImage () : TopImage
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TopImage
A TopImage object.
Consulte também