次の方法で共有


MapBucketInstance.StartValue プロパティ

MapBucket クラスの StartValue プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property StartValue As Object 
    Get
'使用
Dim instance As MapBucketInstance 
Dim value As Object 

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

プロパティ値

型: System.Object
StartValue プロパティの計算値を表すオブジェクトです。

関連項目

参照

MapBucketInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間