命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property FormatSize As String
Get
用法
Dim instance As ChartDataPointValuesInstance
Dim value As String
value = instance.FormatSize
public string FormatSize { get; }
public:
property String^ FormatSize {
String^ get ();
}
member FormatSize : string
function get FormatSize () : String