次の方法で共有


MonthsOfYearSelector.July プロパティ

定期的なレポートが 7 月に実行されるかどうかを示す値を取得または設定します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property July As Boolean 
    Get 
    Set
'使用
Dim instance As MonthsOfYearSelector 
Dim value As Boolean 

value = instance.July

instance.July = value
public bool July { get; set; }
public:
property bool July {
    bool get ();
    void set (bool value);
}
member July : bool with get, set
function get July () : boolean 
function set July (value : boolean)

プロパティ値

型: System.Boolean
定期的なレポートが 7 月に実行される場合は true、7 月に実行されない場合は false です。既定値は false です。

関連項目

参照

MonthsOfYearSelector クラス

ReportService2010 名前空間