Compartilhar via


Propriedade do RDL TopicId

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Uso
Dim instance As F1KeywordAttribute
Dim value As Nullable(Of Integer)

value = instance.TopicId
public Nullable<int> TopicId { get; }
public:
property Nullable<int> TopicId {
    Nullable<int> get ();
}
member TopicId : Nullable<int>
function get TopicId () : Nullable<int>

Valor da propriedade

Tipo: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >