次の方法で共有


ReportViewer.SizeToReportContent プロパティ

レポート コンテンツに合わせて ReportViewer コントロールのサイズが自動的に変更されるかどうかを示す値を取得または設定します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
<WebBrowsableAttribute(True)> _
Public Property SizeToReportContent As Boolean
    Get
    Set
'使用
Dim instance As ReportViewer
Dim value As Boolean

value = instance.SizeToReportContent

instance.SizeToReportContent = value
[WebBrowsableAttribute(true)]
public bool SizeToReportContent { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool SizeToReportContent {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member SizeToReportContent : bool with get, set
function get SizeToReportContent () : boolean
function set SizeToReportContent (value : boolean)

プロパティ値

型: System.Boolean
ブール 値。true の場合、レポート コンテンツに合わせてコントロールのサイズが自動的に変更されることを示します。既定値は false です。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WebForms 名前空間