TickMarkStyle.Style Propiedad
Gets the style properties of this report definition object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Style As Style
Get
'Uso
Dim instance As TickMarkStyle
Dim value As Style
value = instance.Style
public Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () sealed;
}
abstract Style : Style
override Style : Style
final function get Style () : Style
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object.
Implementa
IROMStyleDefinitionContainer.Style
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering