次の方法で共有


Rectangle.IsSimple プロパティ

これが自動生成された四角形であり、他のレポート アイテムのコンテナーとしてのみ必要であることを示す値を取得します。 自動生成された四角形には、独自のスタイル プロパティが設定されません。

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

構文

'宣言
Public ReadOnly Property IsSimple As Boolean 
    Get
'使用
Dim instance As Rectangle 
Dim value As Boolean 

value = instance.IsSimple
public bool IsSimple { get; }
public:
property bool IsSimple {
    bool get ();
}
member IsSimple : bool
function get IsSimple () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

Rectangle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間