Propriété Instance
Gets the report instance object that contains the calculated values of this report definition object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Instance As MapTitleInstance
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapTitleInstance
A MapTitleInstance object.
Voir aussi