Freigeben über


ReportViewer.SizeToReportContent-Eigenschaft

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob die Größe des ReportViewer-Steuerelements automatisch an den Berichtsinhalt angepasst werden soll.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property SizeToReportContent As Boolean
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert. Wenn Sie den Wert auf true festlegen, wird die Größe des Steuerelements automatisch an den Berichtinhalt angepasst. Der Standardwert ist false.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace