Propriedade do RDL MapTitle.Instance
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As MapTitleInstance
Get
'Uso
Dim instance As MapTitle
Dim value As MapTitleInstance
value = instance.Instance
public MapTitleInstance Instance { get; }
public:
property MapTitleInstance^ Instance {
MapTitleInstance^ get ();
}
member Instance : MapTitleInstance
function get Instance () : MapTitleInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapTitleInstance
A MapTitleInstance object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering