FontFamily 속성
Gets the calculated value of the FontFamily property in a StyleBase class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride Property FontFamily As String
Get
Set
‘사용 방법
Dim instance As StyleBaseInstance
Dim value As String
value = instance.FontFamily
instance.FontFamily = value
public abstract string FontFamily { get; set; }
public:
virtual property String^ FontFamily {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract FontFamily : string with get, set
abstract function get FontFamily () : String
abstract function set FontFamily (value : String)
속성 값
유형: System. . :: . .String
A string value that represents the calculated value of the FontFamily property.