共用方式為


MapAppearanceRule.StartValue 屬性

Gets the start value in the data distribution.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property StartValue As ReportVariantProperty 
    Get
'用途
Dim instance As MapAppearanceRule 
Dim value As ReportVariantProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the start value in the data distribution.

請參閱

參考

MapAppearanceRule 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間