CustomData 類別
Represents the data to display in a custom report item. This class cannot be inherited.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public NotInheritable Class CustomData
'用途
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData = class end
public final class CustomData
備註
A CustomData object is handed to a custom report item component at run-time. For more information, see 自訂報表項目.
繼承階層
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomData
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。