Metoda ReportViewer.CreateControlStyle —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Creates the style object that is used internally by the control to implement all style related properties.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Protected Overrides Function CreateControlStyle As Style
protected override Style CreateControlStyle()
protected:
virtual Style^ CreateControlStyle() override
abstract CreateControlStyle : unit -> Style
override CreateControlStyle : unit -> Style
protected override function CreateControlStyle() : Style
Wartość zwracana
Typ: Style
A Style that is used to implement all style-related properties of the control.