Propriété Style
Gets the style properties of this report definition object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property Style As Style
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Style
A Style object.
Implémente
Voir aussi