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