Propriedade do RDL ReportInstance.InitialPageName
Gets the calculated value of the InitialPageName property in a Report class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property InitialPageName As String
Get
'Uso
Dim instance As ReportInstance
Dim value As String
value = instance.InitialPageName
public string InitialPageName { get; }
public:
property String^ InitialPageName {
String^ get ();
}
member InitialPageName : string
function get InitialPageName () : String
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the InitialPageName property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering