BaseGaugeImage.Value 属性

The image data.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Value As ReportVariantProperty 
    Get
用法
Dim instance As BaseGaugeImage 
Dim value As ReportVariantProperty 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

注释

Expected datatype is either string or array of byte, depending on Source.

请参阅

参考

BaseGaugeImage 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间