Propriedade do RDL FontName
Gets or sets font name of the CalculationProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property FontName As String
Get
Set
'Uso
Dim instance As CalculationProperty
Dim value As String
value = instance.FontName
instance.FontName = value
public string FontName { get; set; }
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}
member FontName : string with get, set
function get FontName () : String
function set FontName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
An MDX expression.