ReportColorProperty.Value 属性

Gets the color value of the property.

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

语法

声明
Public ReadOnly Property Value As ReportColor
    Get
用法
Dim instance As ReportColorProperty
Dim value As ReportColor

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