Propriété Style
Style information for the page.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Style As Style
Get
Set
'Utilisation
Dim instance As Page
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .Style
A Style object.