다음을 통해 공유


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