次の方法で共有


ChartAxis.InterlacedColor プロパティ

インターレース ストリップの色を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property InterlacedColor As ReportExpression(Of ReportColor)
    Get 
    Set
'使用
Dim instance As ChartAxis 
Dim value As ReportExpression(Of ReportColor)

value = instance.InterlacedColor

instance.InterlacedColor = value
public ReportExpression<ReportColor> InterlacedColor { get; set; }
public:
property ReportExpression<ReportColor> InterlacedColor {
    ReportExpression<ReportColor> get ();
    void set (ReportExpression<ReportColor> value);
}
member InterlacedColor : ReportExpression<ReportColor> with get, set
function get InterlacedColor () : ReportExpression<ReportColor>
function set InterlacedColor (value : ReportExpression<ReportColor>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
ReportExpression<T> オブジェクトです。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間