此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the report instance object that contains the calculated values of this report definition object.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Instance As ChartLegendCustomItemInstance
Get
用法
Dim instance As ChartLegendCustomItem
Dim value As ChartLegendCustomItemInstance
value = instance.Instance
public ChartLegendCustomItemInstance Instance { get; }
public:
property ChartLegendCustomItemInstance^ Instance {
ChartLegendCustomItemInstance^ get ();
}
member Instance : ChartLegendCustomItemInstance
function get Instance () : ChartLegendCustomItemInstance
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.