共用方式為


PointerImage.HueColor 屬性

Gets an expression that evaluates to the color with which to tint the image.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property HueColor As ReportColorProperty 
    Get
'用途
Dim instance As PointerImage 
Dim value As ReportColorProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

請參閱

參考

PointerImage 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間