マップ バケットの開始値を取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property StartValue As ReportExpression
Get
Set
'使用
Dim instance As MapBucket
Dim value As ReportExpression
value = instance.StartValue
instance.StartValue = value
public ReportExpression StartValue { get; set; }
public:
property ReportExpression StartValue {
ReportExpression get ();
void set (ReportExpression value);
}
member StartValue : ReportExpression with get, set
function get StartValue () : ReportExpression
function set StartValue (value : ReportExpression)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。