Właściwość ReportItem.Style
Pobiera właściwości stylu zdefiniowanego w element raportu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Property Style As Style
Get
Set
'Użycie
Dim instance As ReportItem
Dim value As Style
value = instance.Style
instance.Style = value
public Style Style { get; set; }
public:
property Style^ Style {
Style^ get ();
void set (Style^ value);
}
member Style : Style with get, set
function get Style () : Style
function set Style (value : Style)
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.Style
A Style obiektu zawierającego informacje o stylu element raportu.