Compartilhar via


Propriedade do RDL TextRun._Color

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the color of the text.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property _Color As Color 
    Get
'Uso
Dim instance As TextRun 
Dim value As Color 

value = instance._Color
public Color _Color { get; }
public:
property Color _Color {
    Color get ();
}
member _Color : Color
function get _Color () : Color

Valor da propriedade

Tipo: System.Drawing.Color
A Color object.

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.RdlObjectModel