TopImage.HueColor 属性

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 TopImage 
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.

请参阅

参考

TopImage 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间