Udostępnij za pośrednictwem


Właściwość ReportViewer.SizeToReportContent —

Gets or sets a value that indicates whether the ReportViewer control should automatically resize to accommodate report content.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property SizeToReportContent As Boolean
[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)

Wartość właściwości

Typ: Boolean
A Boolean value. A value of true indicates that the control should automatically resize to accommodate report content. The default value is false.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms