次の方法で共有


MapVectorLayer.DesignerMaxRowCount プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

デザイナーの行の最大数を取得または設定します。

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

構文

'宣言
Public Property DesignerMaxRowCount As Integer 
    Get 
    Set
'使用
Dim instance As MapVectorLayer 
Dim value As Integer 

value = instance.DesignerMaxRowCount

instance.DesignerMaxRowCount = value
public int DesignerMaxRowCount { get; set; }
public:
property int DesignerMaxRowCount {
    int get ();
    void set (int value);
}
member DesignerMaxRowCount : int with get, set
function get DesignerMaxRowCount () : int 
function set DesignerMaxRowCount (value : int)

プロパティ値

型: System.Int32
デザイナーの行の最大数。

関連項目

参照

MapVectorLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間