Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the style properties of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Style As Style
Get
'Usage
Dim instance As ChartDataPoint
Dim value As Style
value = instance.Style
public abstract Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () abstract;
}
abstract Style : Style
abstract function get Style () : Style
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.
Implements
IROMStyleDefinitionContainer.Style
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace