Właściwość ReportElement.Style
Pobiera właściwości stylu obiektu definicja raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property Style As Style
Get
'Użycie
Dim instance As ReportElement
Dim value As Style
value = instance.Style
public virtual Style Style { get; }
public:
virtual property Style^ Style {
Style^ get ();
}
abstract Style : Style
override Style : Style
function get Style () : Style
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style obiektu.
Implementacje
Zobacz także